diff options
author | Moritz Warning <moritzwarning@web.de> | 2019-09-10 00:15:49 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-09-11 15:17:09 +0200 |
commit | bdf0ca7fec31ee35e0877a3b40671df6cb1331f9 (patch) | |
tree | 10a25b5abfe67537e59b41633ad778ceda60fd35 /target/linux/samsung | |
parent | 191c3e49b99911571d3cc66ef8d363d1cafb2b89 (diff) | |
download | upstream-bdf0ca7fec31ee35e0877a3b40671df6cb1331f9.tar.gz upstream-bdf0ca7fec31ee35e0877a3b40671df6cb1331f9.tar.bz2 upstream-bdf0ca7fec31ee35e0877a3b40671df6cb1331f9.zip |
samsung: split up DEVICE_TITLE
DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'target/linux/samsung')
-rw-r--r-- | target/linux/samsung/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |