blob: 6c0d8e78f9ab579fb33b9ccca6a2a302686dc0bf (
plain)
1
2
3
4
5
6
7
8
9
|
define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := 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
|