projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f8b63
)
ath25: split up DEVICE_TITLE
author
Moritz Warning
<moritzwarning@web.de>
Wed, 25 Sep 2019 22:05:54 +0000
(
00:05
+0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 19 Oct 2019 11:16:57 +0000
(13:16 +0200)
DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT
Signed-off-by: Moritz Warning <moritzwarning@web.de>
target/linux/ath25/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ath25/image/Makefile
b/target/linux/ath25/image/Makefile
index fbaaf2061e1d2e45336049be9044d7b502ce4c67..e1ebb159cda6026f350274a0fb250097b3e4137f 100644
(file)
--- 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