From: Moritz Warning Date: Mon, 9 Sep 2019 22:15:49 +0000 (+0200) Subject: samsung: split up DEVICE_TITLE X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bdf0ca7fec31ee35e0877a3b40671df6cb1331f9;p=openwrt%2Fstaging%2Fjow.git samsung: split up DEVICE_TITLE DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT Signed-off-by: Moritz Warning --- diff --git a/target/linux/samsung/image/Makefile b/target/linux/samsung/image/Makefile index f0b1842caa..697d317c9f 100644 --- a/target/linux/samsung/image/Makefile +++ b/target/linux/samsung/image/Makefile @@ -16,9 +16,10 @@ define Device/Default endef define Device/tq210 + DEVICE_VENDOR := Samsung + DEVICE_MODEL := TQ210 DEVICE_DTS_DIR := ../dts DEVICE_DTS := TQ210 - DEVICE_TITLE := TQ210 endef TARGET_DEVICES += tq210