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:
d00bbd9
)
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
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 17 Apr 2021 19:56:05 +0000
(21:56 +0200)
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
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