summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2008-04-08 11:43:38 +0200
committermaximilian attems <max@stro.at>2008-04-08 11:43:38 +0200
commit4843c922a862303c3212b40da160e874cbfd33c6 (patch)
tree935c6191639a5adbc6ceec68491845dd2dd7022a /hook-functions
parenta8584be941e67818cf062663badc040c8e68309f (diff)
downloadinitramfs-tools-4843c922a862303c3212b40da160e874cbfd33c6.tar.gz
initramfs-tools-4843c922a862303c3212b40da160e874cbfd33c6.zip
hook-functions: Add atl1, cxgb3, e1000e, igb, ipg, niu, sky2 list of net modules added to MODULES=most
the net section was missing quite a lot of the newer net driver, add them all per hand. as we can't just ship drivers/net.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions11
1 files changed, 6 insertions, 5 deletions
diff --git a/hook-functions b/hook-functions
index f39e7e4..4cf916a 100644
--- a/hook-functions
+++ b/hook-functions
@@ -311,11 +311,12 @@ auto_add_modules()
done
;;
net)
- for x in 3c59x 8139cp 8139too 8390 b44 bmac bnx2 defxx \
- dl2k e1000 e100 ehea epic100 ep93xx_eth eql fealnx \
- famachi forcedeth gelic_net hp100 mace mv643xx_eth myri10ge \
- natsemi ne2k-pci netconsole ns83820 pcnet32 qla3xxx \
- r8169 s2io sis900 skge slhc smc911x starfire \
+ for x in 3c59x 8139cp 8139too 8390 atl1 b44 bmac \
+ bnx2 cxgb3 defxx dl2k e100 e1000 e1000e ehea epic100 \
+ ep93xx_eth eql fealnx famachi forcedeth gelic_net \
+ hp100 igb ipg mace mv643xx_eth myri10ge \
+ natsemi ne2k-pci netconsole niu ns83820 pcnet32 qla3xxx \
+ r8169 s2io sis900 skge sky2 slhc smc911x starfire \
sundance sungem sungem_phy sunhme tg3 tlan de2104x \
de4x5 dmfe tulip winbond-840 xircom_cb xircom_tulip_cb \
typhon via-rhine via-velocity yellowfin; do