From: Moritz Warning Date: Wed, 25 Sep 2019 22:05:54 +0000 (+0200) Subject: ath25: split up DEVICE_TITLE X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=34939711a51733d6461a0a653776c6de0804fa48 ath25: split up DEVICE_TITLE DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT Signed-off-by: Moritz Warning --- 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