octeon: split up remaining DEVICE_TITLE
DEVICE_TITLE is split up into DEVICE_VENDOR and DEVICE_MODEL Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
e6114ff925
commit
036f1d9bac
|
@ -23,8 +23,9 @@ define Build/strip-kernel
|
|||
endef
|
||||
|
||||
define Device/generic
|
||||
DEVICE_VENDOR := Generic
|
||||
DEVICE_MODEL := Octeon
|
||||
FILESYSTEMS := ext4
|
||||
DEVICE_TITLE := Generic
|
||||
endef
|
||||
TARGET_DEVICES += generic
|
||||
|
||||
|
|
Loading…
Reference in New Issue