Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 7014ff8199)
7 lines
171 B
Makefile
7 lines
171 B
Makefile
define Device/generic
|
|
DEVICE_TITLE := Generic x86/64
|
|
DEVICE_PACKAGES += kmod-bnx2 kmod-e1000 kmod-forcedeth
|
|
GRUB2_VARIANT := generic
|
|
endef
|
|
TARGET_DEVICES += generic
|