mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
6a8411f047
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 7014ff8199b296917c4957da37999db6adec58a6)
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
|