From f3cb1636abeaba5a753d70592d05541ad929daeb Mon Sep 17 00:00:00 2001
From: "Gregory L. Dietsche" <Gregory.Dietsche@cuw.edu>
Date: Sat, 6 Jun 2020 23:30:23 -0500
Subject: [PATCH] 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>
---
 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
-- 
2.30.2