diff options
| author | Moritz Warning | 2021-03-08 13:12:53 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2021-04-17 19:56:05 +0000 |
| commit | d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540 (patch) | |
| tree | 471528fe88dd4cd0742dd3e7c5e7e699c8bdc659 | |
| parent | fc093c3f9cce80ea60e3752f6629f999ec186765 (diff) | |
| download | openwrt-d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540.tar.gz | |
arc770: set device vendor and model variables
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
| -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 |