mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-18 21:00:53 +00:00
arc770: set device vendor and model variables
This fixes the profiles.json output. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
fc093c3f9c
commit
d00bbd9de0
@ -24,6 +24,8 @@ endef
|
|||||||
|
|
||||||
define Device/nsim
|
define Device/nsim
|
||||||
$(call Device/vmlinux)
|
$(call Device/vmlinux)
|
||||||
|
DEVICE_VENDOR := Synopsys
|
||||||
|
DEVICE_MODEL := nSIM
|
||||||
DEVICE_PROFILE := nsim
|
DEVICE_PROFILE := nsim
|
||||||
DEVICE_DTS := nsim_700
|
DEVICE_DTS := nsim_700
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user