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 <freifunk@adrianschmutzler.de>
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_PACKAGES := kmod-tpm-i2c-infineon kmod-ca8210 wpan-tools
endef
-TARGET_DEVICES += marduk
+TARGET_DEVICES += img_creator-ci40
$(eval $(call BuildImage))