aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath25
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2019-09-26 00:05:54 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-19 13:16:57 +0200
commit34939711a51733d6461a0a653776c6de0804fa48 (patch)
treeafcbaf015f34c9e0c83966756f3389e7dc519ae1 /target/linux/ath25
parent88f8b63a3db241bdcaaaa7e5c8ae1169e6446902 (diff)
downloadupstream-34939711a51733d6461a0a653776c6de0804fa48.tar.gz
upstream-34939711a51733d6461a0a653776c6de0804fa48.tar.bz2
upstream-34939711a51733d6461a0a653776c6de0804fa48.zip
ath25: 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/ath25')
-rw-r--r--target/linux/ath25/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath25/image/Makefile b/target/linux/ath25/image/Makefile
index fbaaf2061e..e1ebb159cd 100644
--- a/target/linux/ath25/image/Makefile
+++ b/target/linux/ath25/image/Makefile
@@ -61,7 +61,8 @@ define Device/Default
endef
define Device/generic
- DEVICE_TITLE := Generic Images
+ DEVICE_VENDOR := Atheros
+ DEVICE_MODEL := Generic AR2xxx board
IMAGES := kernel.lzma kernel.elf kernel.gz rootfs.bin sysupgrade.bin
IMAGE/kernel.gz := elf-kernel | gzip-kernel
IMAGE/kernel.elf := elf-kernel