mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
9 lines
288 B
Makefile
9 lines
288 B
Makefile
|
define Device/generic
|
||
|
DEVICE_TITLE := Generic x86
|
||
|
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
|
||
|
GRUB2_VARIANT := generic
|
||
|
endef
|
||
|
TARGET_DEVICES += generic
|