[openwrt/openwrt] x86: Support Intel 10 Gigabit Ethernet Cards

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 26 18:19:25 EDT 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f3cb1636abeaba5a753d70592d05541ad929daeb

commit f3cb1636abeaba5a753d70592d05541ad929daeb
Author: Gregory L. Dietsche <Gregory.Dietsche at cuw.edu>
AuthorDate: Sat Jun 6 23:30:23 2020 -0500

    x86: Support Intel 10 Gigabit Ethernet Cards
    
    Support Intel 10 Gigabit Ethernet Cards in x86/64 images by default.
    This ensures that systems with cards such as the Intel x520 will work properly.
    
    Signed-off-by: Gregory L. Dietsche <Gregory.Dietsche at cuw.edu>
---
 target/linux/x86/image/64.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk
index 61e6d408d7..745b307585 100644
--- a/target/linux/x86/image/64.mk
+++ b/target/linux/x86/image/64.mk
@@ -1,7 +1,7 @@
 define Device/generic
   DEVICE_TITLE := Generic x86/64
   DEVICE_PACKAGES += kmod-bnx2 kmod-e1000e kmod-e1000 kmod-forcedeth kmod-igb \
-	kmod-r8169
+	kmod-ixgbe kmod-r8169
   GRUB2_VARIANT := generic
 endef
 TARGET_DEVICES += generic



More information about the lede-commits mailing list