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