fd94d03ae6
There's no such package as forcedeth, threfore the driver is never
selected. Fix it by properly specifying package name.
Fixes: 35f208d
("x86: add nforce eth to default packages")
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
9 lines
309 B
Makefile
9 lines
309 B
Makefile
define Device/generic
|
|
DEVICE_TITLE := Generic x86/legacy
|
|
DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 \
|
|
kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 \
|
|
kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth
|
|
GRUB2_VARIANT := legacy
|
|
endef
|
|
TARGET_DEVICES += generic
|