diff options
| author | Moritz Warning | 2021-03-08 15:34:25 +0000 |
|---|---|---|
| committer | Baptiste Jonglez | 2021-05-26 21:36:40 +0000 |
| commit | c4926a425520748212298be8535c1a3852cc4bc2 (patch) | |
| tree | e9d0a05a5ffd987c2907799d287fe3c6992ecdcb | |
| parent | 3f5109f5386577a436f7eaf5be592cae16faf858 (diff) | |
| download | openwrt-c4926a425520748212298be8535c1a3852cc4bc2.tar.gz | |
archs38: set device vendor and model variables
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit cc54f65daa6101721c068cd00fdead1815db0bbf)
| -rw-r--r-- | target/linux/archs38/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |