From: Moritz Warning Date: Wed, 25 Sep 2019 22:22:07 +0000 (+0200) Subject: octeon: split up remaining DEVICE_TITLE X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=036f1d9bac5b977bb7685272240ef36a8c1d791b;p=oweals%2Fopenwrt.git octeon: split up remaining DEVICE_TITLE DEVICE_TITLE is split up into DEVICE_VENDOR and DEVICE_MODEL Signed-off-by: Moritz Warning --- 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