From: Moritz Warning Date: Mon, 8 Mar 2021 13:12:53 +0000 (+0100) Subject: arc770: set device vendor and model variables X-Git-Tag: mikrotik~2259 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540 arc770: set device vendor and model variables This fixes the profiles.json output. Signed-off-by: Moritz Warning --- 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