aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/pistachio
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-20 22:18:40 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-21 11:46:14 +0200
commit2549d1dd77e7bb51756910c037f4459f9ddc3948 (patch)
treea3573b98022fbfba21149062fda11f5ba1d105ad /target/linux/pistachio
parent5fa0e32698056d474f8661e0f76b783a95630f67 (diff)
downloadupstream-2549d1dd77e7bb51756910c037f4459f9ddc3948.tar.gz
upstream-2549d1dd77e7bb51756910c037f4459f9ddc3948.tar.bz2
upstream-2549d1dd77e7bb51756910c037f4459f9ddc3948.zip
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/pistachio')
-rw-r--r--target/linux/pistachio/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/pistachio/image/Makefile b/target/linux/pistachio/image/Makefile
index 564bda1acb..5d2e42f139 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 kmod-ca8210 wpan-tools
endef
-TARGET_DEVICES += marduk
+TARGET_DEVICES += img_creator-ci40
$(eval $(call BuildImage))