aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-18 19:20:32 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-18 19:20:32 +0200
commit70e52dbf597b6026db8dafc55fc446a9b8467d93 (patch)
treea1285b2bf46e612d8eb9bfb3f66a6858caa23d48 /arch
parentgenkernel: Bump to v4.0.0_beta6 (diff)
downloadgenkernel-70e52dbf597b6026db8dafc55fc446a9b8467d93.tar.gz
genkernel-70e52dbf597b6026db8dafc55fc446a9b8467d93.tar.bz2
genkernel-70e52dbf597b6026db8dafc55fc446a9b8467d93.zip
arch/x86_64/modules_load: Add e1000e network driver
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 990f6759..015b5b11 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -16,7 +16,7 @@ MODULES_WAITSCAN="scsi_wait_scan"
MODULES_BLOCK="sdhci_acpi sdhci_pci"
# Hardware (Network)
-MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 broadcom bcm_phy_lib virtio_net vmxnet3 macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb virtio_net"
+MODULES_NET="atl1c bcm_phy_lib bnx2 bonding broadcom cxgb cxgb3 cxgb4 e1000 e1000e igb ixgb ixgbe macvlan pcnet32 r8169 samsung-sxgbe sky2 tg3 tulip virtio_net vmxnet3 vxge vxlan"
# iSCSI support
MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"