Explorar o código

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 <[email protected]>
Gregory L. Dietsche %!s(int64=5) %!d(string=hai) anos
pai
achega
f3cb1636ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/linux/x86/image/64.mk

+ 1 - 1
target/linux/x86/image/64.mk

@@ -1,7 +1,7 @@
 define Device/generic
 define Device/generic
   DEVICE_TITLE := Generic x86/64
   DEVICE_TITLE := Generic x86/64
   DEVICE_PACKAGES += kmod-bnx2 kmod-e1000e kmod-e1000 kmod-forcedeth kmod-igb \
   DEVICE_PACKAGES += kmod-bnx2 kmod-e1000e kmod-e1000 kmod-forcedeth kmod-igb \
-	kmod-r8169
+	kmod-ixgbe kmod-r8169
   GRUB2_VARIANT := generic
   GRUB2_VARIANT := generic
 endef
 endef
 TARGET_DEVICES += generic
 TARGET_DEVICES += generic