[openwrt/openwrt] archs38: set device vendor and model variables
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 17 22:15:03 BST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cc54f65daa6101721c068cd00fdead1815db0bbf
commit cc54f65daa6101721c068cd00fdead1815db0bbf
Author: Moritz Warning <moritzwarning at web.de>
AuthorDate: Mon Mar 8 16:34:25 2021 +0100
archs38: set device vendor and model variables
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning at web.de>
---
target/linux/archs38/image/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/archs38/image/Makefile b/target/linux/archs38/image/Makefile
index e8cfb63ce1..1d0beca27f 100644
--- 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
More information about the lede-commits
mailing list