forked from Ivasoft/openwrt
x86: use device vendor/model variable
Remove use of DEVICE_TITLE in favor of the DEVICE_VENDOR and DEVICE_MODEL as used by all other targets. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
committed by
Paul Spooren
parent
70543aafb2
commit
e2f284dbd1
@@ -1,5 +1,6 @@
|
||||
define Device/generic
|
||||
DEVICE_TITLE := Generic x86/64
|
||||
DEVICE_VENDOR := Generic
|
||||
DEVICE_MODEL := x86/64
|
||||
DEVICE_PACKAGES += kmod-amazon-ena kmod-bnx2 kmod-e1000e kmod-e1000 \
|
||||
kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 kmod-fs-vfat
|
||||
GRUB2_VARIANT := generic
|
||||
|
||||
Reference in New Issue
Block a user