projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191c3e4
)
samsung: split up DEVICE_TITLE
author
Moritz Warning
<moritzwarning@web.de>
Mon, 9 Sep 2019 22:15:49 +0000
(
00:15
+0200)
committer
Alexander Couzens
<lynxis@fe80.eu>
Wed, 11 Sep 2019 13:17:09 +0000
(15:17 +0200)
DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT
Signed-off-by: Moritz Warning <moritzwarning@web.de>
target/linux/samsung/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/samsung/image/Makefile
b/target/linux/samsung/image/Makefile
index f0b1842caaece167f6229b639f6da4bac417a4d3..697d317c9f96fd9e7fac8a2d298c0d14654d7ee3 100644
(file)
--- 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