mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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>
This commit is contained in:
parent
191c3e49b9
commit
bdf0ca7fec
@ -16,9 +16,10 @@ define Device/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tq210
|
define Device/tq210
|
||||||
|
DEVICE_VENDOR := Samsung
|
||||||
|
DEVICE_MODEL := TQ210
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS := TQ210
|
DEVICE_DTS := TQ210
|
||||||
DEVICE_TITLE := TQ210
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tq210
|
TARGET_DEVICES += tq210
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user