diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-10-21 18:44:15 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-10-21 18:44:15 +0000 |
commit | 78d548fd23361912b7edd0ffa4605f20cc517467 (patch) | |
tree | e7b8b2eb3ea2a7d266a009f6d420ccc7a2af83c7 | |
parent | aa5452225c9be6a6be33de9d22a1d19173abb013 (diff) | |
download | drakx-backup-do-not-use-78d548fd23361912b7edd0ffa4605f20cc517467.tar drakx-backup-do-not-use-78d548fd23361912b7edd0ffa4605f20cc517467.tar.gz drakx-backup-do-not-use-78d548fd23361912b7edd0ffa4605f20cc517467.tar.bz2 drakx-backup-do-not-use-78d548fd23361912b7edd0ffa4605f20cc517467.tar.xz drakx-backup-do-not-use-78d548fd23361912b7edd0ffa4605f20cc517467.zip |
add alx ethernet module (#7853)
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 4 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index fb0121f96..84861a940 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.84 +VERSION=1.85 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index 2957b8bf4..156cf2aac 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,7 @@ +Version 1.85 - 21 October 2012 by Thomas Backlund + +- add alx ethernet module (#7853) + Version 1.84 - 18 October 2012 by Thierry Vignaud - include new drivers: diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 0eb020044..8f2493a30 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -44,7 +44,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1c atl1e be2net bna bnx2 bnx2x cxgb cxgb3 cxgb4 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe), + qw(alx atl1 atl1c atl1e be2net bna bnx2 bnx2x cxgb cxgb3 cxgb4 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe), qw(myri_sbus myri10ge netxen_nic ns83820 pch_gbe qla3xxx r8169 s2io sfc sxg_nic), qw(sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity virtio_net vxge yellowfin), qw(bcm5820 bcm5700), #- encrypted |