diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-03 10:38:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-26 16:41:20 -0700 |
commit | 075fd4c2d29500b1537c477ed79dcc58a3f46147 (patch) | |
tree | b844c7b998a08f0b0e82a08a5f285df36ec1f023 | |
parent | 4d5005facde28c5a3a99d2b967cf1a03731f17c7 (diff) | |
download | initramfs-tools-075fd4c2d29500b1537c477ed79dcc58a3f46147.tar.gz initramfs-tools-075fd4c2d29500b1537c477ed79dcc58a3f46147.zip |
Add bnx2x to network drivers
(cherry picked from commit dbca83aa0c46b04cc2aafa9e951ab0e2ebbc95d2)
-rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index 6a68910..90b2ca3 100644 --- a/hook-functions +++ b/hook-functions @@ -344,7 +344,7 @@ auto_add_modules() ;; net) for x in 3c59x 8139cp 8139too 8390 atl1 atl1e b44 bmac \ - bnx2 cxgb cxgb3 de2104x de4x5 defxx dl2k dmfe \ + bnx2 bnx2x cxgb cxgb3 de2104x de4x5 defxx dl2k dmfe \ e100 e1000 e1000e ehea epic100 \ ep93xx_eth eql fealnx famachi forcedeth gelic_net \ hp100 igb ipg ixgb ixgbe mace mlx4_core mv643xx_eth myri10ge \ |