projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5109f
)
archs38: set device vendor and model variables
author
Moritz Warning
<moritzwarning@web.de>
Mon, 8 Mar 2021 15:34:25 +0000
(16:34 +0100)
committer
Baptiste Jonglez
<git@bitsofnetworks.org>
Wed, 26 May 2021 21:36:40 +0000
(23:36 +0200)
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit
cc54f65daa6101721c068cd00fdead1815db0bbf
)
target/linux/archs38/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/archs38/image/Makefile
b/target/linux/archs38/image/Makefile
index e8cfb63ce1d1da4b5968f31ad0114b83ec2bd4f1..1d0beca27f50c84042653fdf40c53cfd47b84bc4 100644
(file)
--- a/
target/linux/archs38/image/Makefile
+++ b/
target/linux/archs38/image/Makefile
@@
-24,6
+24,8
@@
endef
define Device/nsim_hs
$(call Device/vmlinux)
+ DEVICE_VENDOR := Synopsys
+ DEVICE_MODEL := nSIM HS
DEVICE_PROFILE := nsim_hs
DEVICE_DTS := nsim_hs_idu
endef