root-odJJhXpcy38dnm+
2014-04-27 22:27:22 UTC
This is an automated email from the git hooks/post-receive script.
tv pushed a commit to branch master
in repository software/drakx.
commit 2777b336f83ffc94e7bff2baa25516cf0e898a18
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:25:04 2014 +0200
recognize new kernel-3.14 drivers
we lack the new ones introduced in 3.13...
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=2777b336f83ffc94e7bff2baa25516cf0e898a18
images/NEWS | 2 ++
kernel/list_modules.pm | 6 +++---
mdk-stage1/NEWS | 1 +
perl-install/NEWS | 2 ++
perl-install/install/NEWS | 2 ++
5 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/images/NEWS b/images/NEWS
index ab3f46e..2b35e2c 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel-3.14
+
Version 2.6 - 16 February 2014 by Thierry Vignaud
- sync with kernel-3.12
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 3e971d3..8199986 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -24,7 +24,7 @@ our %l = (
qw(depca dmfe e2100 eepro eexpress enic eth16i),
qw(ewrk3 hp hp-plus hp100 i40e),
qw(iph5526), #- fibre channel
- qw(jme lance ne ni5010 ni52 ni65 nvnet),
+ qw(i40evf jme lance ne ni5010 ni52 ni65 nvnet),
qw(prism2_plx qlge r6040 rcpci rhineget),
qw(sb1000 sc92031 sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx),
qw(tc35815 tlan uli526x vmxnet3),
@@ -76,7 +76,7 @@ our %l = (
qw(r8187se rtl8188ee r8192_pci r8192s_usb r8192u_usb r8712u rtl8723ae ray_cs rndis_wlan rt2400 rt2400pci rt2500),
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se r8188eu rtl_pci rtl_usb rtusb),
- qw(rtl8192se rtl8192cu rtl8192de spectrum_cs sr9700 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
+ qw(rtl8192se rtl8192cu rtl8192de rtl8821ae spectrum_cs sr9700 sr9800 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
qw(wavelan_cs wcn36xx wl wl3501_cs wvlan_cs zd1201 zd1211rw),
if_(arch() =~ /ppc/, qw(airport)),
],
@@ -256,7 +256,7 @@ our %l = (
],
photo => [ qw(dc2xx mdc800) ],
radio => [ qw(radio-gemtek-pci radio-keene radio-maestro radio-ma901
- radio-maxiradio radio-miropcm20 radio-mr800 radio-shark
+ radio-maxiradio radio-miropcm20 radio-mr800 radio-raremono radio-shark
radio-usb-si470x shark2) ],
scanner => [ qw(scanner microtek) ],
firewire => [ qw(snd-firewire-speakers snd-isight snd-scs1x) ],
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index cb002fe..acaac98 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,4 +1,5 @@
- drop support for supermount (dead since 2007)
+- recognize new kernel-3.14 drivers
2.1
- drop support for SPARC
diff --git a/perl-install/NEWS b/perl-install/NEWS
index bc316e4..37632fb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014
- nuke create_link_source(), as we haven't supported building against an
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a9c085c..a630a76 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014
- fix crash when choosing a RTL language (mga#12793)
tv pushed a commit to branch master
in repository software/drakx.
commit 2777b336f83ffc94e7bff2baa25516cf0e898a18
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:25:04 2014 +0200
recognize new kernel-3.14 drivers
we lack the new ones introduced in 3.13...
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=2777b336f83ffc94e7bff2baa25516cf0e898a18
images/NEWS | 2 ++
kernel/list_modules.pm | 6 +++---
mdk-stage1/NEWS | 1 +
perl-install/NEWS | 2 ++
perl-install/install/NEWS | 2 ++
5 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/images/NEWS b/images/NEWS
index ab3f46e..2b35e2c 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel-3.14
+
Version 2.6 - 16 February 2014 by Thierry Vignaud
- sync with kernel-3.12
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 3e971d3..8199986 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -24,7 +24,7 @@ our %l = (
qw(depca dmfe e2100 eepro eexpress enic eth16i),
qw(ewrk3 hp hp-plus hp100 i40e),
qw(iph5526), #- fibre channel
- qw(jme lance ne ni5010 ni52 ni65 nvnet),
+ qw(i40evf jme lance ne ni5010 ni52 ni65 nvnet),
qw(prism2_plx qlge r6040 rcpci rhineget),
qw(sb1000 sc92031 sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx),
qw(tc35815 tlan uli526x vmxnet3),
@@ -76,7 +76,7 @@ our %l = (
qw(r8187se rtl8188ee r8192_pci r8192s_usb r8192u_usb r8712u rtl8723ae ray_cs rndis_wlan rt2400 rt2400pci rt2500),
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se r8188eu rtl_pci rtl_usb rtusb),
- qw(rtl8192se rtl8192cu rtl8192de spectrum_cs sr9700 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
+ qw(rtl8192se rtl8192cu rtl8192de rtl8821ae spectrum_cs sr9700 sr9800 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
qw(wavelan_cs wcn36xx wl wl3501_cs wvlan_cs zd1201 zd1211rw),
if_(arch() =~ /ppc/, qw(airport)),
],
@@ -256,7 +256,7 @@ our %l = (
],
photo => [ qw(dc2xx mdc800) ],
radio => [ qw(radio-gemtek-pci radio-keene radio-maestro radio-ma901
- radio-maxiradio radio-miropcm20 radio-mr800 radio-shark
+ radio-maxiradio radio-miropcm20 radio-mr800 radio-raremono radio-shark
radio-usb-si470x shark2) ],
scanner => [ qw(scanner microtek) ],
firewire => [ qw(snd-firewire-speakers snd-isight snd-scs1x) ],
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index cb002fe..acaac98 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,4 +1,5 @@
- drop support for supermount (dead since 2007)
+- recognize new kernel-3.14 drivers
2.1
- drop support for SPARC
diff --git a/perl-install/NEWS b/perl-install/NEWS
index bc316e4..37632fb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014
- nuke create_link_source(), as we haven't supported building against an
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a9c085c..a630a76 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014
- fix crash when choosing a RTL language (mga#12793)
--
Mageia Git Monkeys.
Mageia Git Monkeys.