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 <freif...@adrianschmutzler.de>
---
 target/linux/pistachio/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/pistachio/image/Makefile 
b/target/linux/pistachio/image/Makefile
index 61f5c55237..278027ce20 100644
--- a/target/linux/pistachio/image/Makefile
+++ b/target/linux/pistachio/image/Makefile
@@ -23,7 +23,7 @@ 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
@@ -35,7 +35,7 @@ define Device/marduk
   DEVICE_PACKAGES := kmod-tpm-i2c-infineon
 endef
 
-TARGET_DEVICES += marduk
+TARGET_DEVICES += img_creator-ci40
 
 
 $(eval $(call BuildImage))
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to