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
|
endef
|
||||||
|
|
||||||
define Device/generic
|
define Device/generic
|
||||||
|
DEVICE_VENDOR := Generic
|
||||||
|
DEVICE_MODEL := Octeon
|
||||||
FILESYSTEMS := ext4
|
FILESYSTEMS := ext4
|
||||||
DEVICE_TITLE := Generic
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += generic
|
TARGET_DEVICES += generic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user