f3cb1636ab
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>
8 lines
217 B
Makefile
8 lines
217 B
Makefile
define Device/generic
|
|
DEVICE_TITLE := Generic x86/64
|
|
DEVICE_PACKAGES += kmod-bnx2 kmod-e1000e kmod-e1000 kmod-forcedeth kmod-igb \
|
|
kmod-ixgbe kmod-r8169
|
|
GRUB2_VARIANT := generic
|
|
endef
|
|
TARGET_DEVICES += generic
|