From 5cdd1137829b2cefa29db8b4d70447d46e92519a Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 20 Aug 2020 22:18:40 +0200 Subject: [PATCH] pistachio: use vendor_model scheme for device/image name This uses the vendor_model scheme for the device/image name in order to make this consistent to most other targets. Signed-off-by: Adrian Schmutzler --- target/linux/pistachio/image/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/target/linux/pistachio/image/Makefile b/target/linux/pistachio/image/Makefile index 5431f9c977..5d2e42f139 100644 --- a/target/linux/pistachio/image/Makefile +++ b/target/linux/pistachio/image/Makefile @@ -23,16 +23,19 @@ define Device/Default IMAGE/sysupgrade.tar := sysupgrade-tar endef -define Device/marduk +define Device/img_creator-ci40 + DEVICE_VENDOR := Imagination Technologies + DEVICE_MODEL := Creator Ci40 (VL-62899) + DEVICE_ALT0_VENDOR := Imagination Technologies + DEVICE_ALT0_MODEL := Marduk board BOARD_NAME := img,pistachio-marduk DEVICE_DTS := img/pistachio_marduk BLOCKSIZE := 256KiB PAGESIZE := 4KiB - DEVICE_TITLE := Creator Ci40 DEVICE_PACKAGES := kmod-tpm-i2c-infineon kmod-ca8210 wpan-tools endef -TARGET_DEVICES += marduk +TARGET_DEVICES += img_creator-ci40 $(eval $(call BuildImage))