diff options
author | Gregory L. Dietsche <Gregory.Dietsche@cuw.edu> | 2020-06-06 23:30:23 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-06-27 00:19:05 +0200 |
commit | f3cb1636abeaba5a753d70592d05541ad929daeb (patch) | |
tree | 088d71e2dd8de8068d06b50913e1bbca32a1dd00 /target/linux/x86 | |
parent | 3d6ac4d20facaae17f944826e1f0234815eb0891 (diff) | |
download | upstream-f3cb1636abeaba5a753d70592d05541ad929daeb.tar.gz upstream-f3cb1636abeaba5a753d70592d05541ad929daeb.tar.bz2 upstream-f3cb1636abeaba5a753d70592d05541ad929daeb.zip |
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@cuw.edu>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/image/64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |