From: Moritz Warning Date: Mon, 8 Mar 2021 15:34:25 +0000 (+0100) Subject: archs38: set device vendor and model variables X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c4926a425520748212298be8535c1a3852cc4bc2;p=openwrt%2Fstaging%2Fynezz.git archs38: set device vendor and model variables This fixes the profiles.json output. Signed-off-by: Moritz Warning (cherry picked from commit cc54f65daa6101721c068cd00fdead1815db0bbf) --- 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