[openwrt/openwrt] arc770: set device vendor and model variables

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 17 22:15:02 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540

commit d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540
Author: Moritz Warning <moritzwarning at web.de>
AuthorDate: Mon Mar 8 14:12:53 2021 +0100

    arc770: set device vendor and model variables
    
    This fixes the profiles.json output.
    
    Signed-off-by: Moritz Warning <moritzwarning at web.de>
---
 target/linux/arc770/image/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/arc770/image/Makefile b/target/linux/arc770/image/Makefile
index 172eb06744..4cb9364ef3 100644
--- 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



More information about the lede-commits mailing list