diff options
Diffstat (limited to 'target/linux')
-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 |