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:
fc093c3
)
arc770: set device vendor and model variables
author
Moritz Warning
<moritzwarning@web.de>
Mon, 8 Mar 2021 13:12:53 +0000
(14:12 +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/arc770/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/arc770/image/Makefile
b/target/linux/arc770/image/Makefile
index 172eb067449d8556cbc8b4c8dbacbb53b9b2debe..4cb9364ef3f6e2f5336a17a05c447b0b358227eb 100644
(file)
--- a/
target/linux/arc770/image/Makefile
+++ b/
target/linux/arc770/image/Makefile
@@
-24,6
+24,8
@@
endef
define Device/nsim
$(call Device/vmlinux)
+ DEVICE_VENDOR := Synopsys
+ DEVICE_MODEL := nSIM
DEVICE_PROFILE := nsim
DEVICE_DTS := nsim_700
endef