aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2019-09-26 00:22:07 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-19 13:16:57 +0200
commit036f1d9bac5b977bb7685272240ef36a8c1d791b (patch)
tree02f32627d47fdd3729cdbfabddb5e07c00bd97d8 /target/linux/octeon
parente6114ff925a1371bd98fe476ca4a99e5c08e5088 (diff)
downloadupstream-036f1d9bac5b977bb7685272240ef36a8c1d791b.tar.gz
upstream-036f1d9bac5b977bb7685272240ef36a8c1d791b.tar.bz2
upstream-036f1d9bac5b977bb7685272240ef36a8c1d791b.zip
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>
Diffstat (limited to 'target/linux/octeon')
-rw-r--r--target/linux/octeon/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile
index c14aa27a2b..42bd5df1da 100644
--- a/target/linux/octeon/image/Makefile
+++ b/target/linux/octeon/image/Makefile
@@ -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