summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2018-02-11 22:31:36 +0100
committerJonas Gorski <jonas.gorski@gmail.com>2018-02-11 23:15:05 +0100
commite2ec3f7550ccf66a000262b7c33a2a87524c5257 (patch)
tree373e6b4bfde1c2a9e5def650acf68ae4b079b292 /target/linux/mvebu/image
parent1ba38f6100243b263fc0d147cd59e76c1ad87a61 (diff)
downloadopenwrt-e2ec3f7550ccf66a000262b7c33a2a87524c5257.tar.gz
openwrt-e2ec3f7550ccf66a000262b7c33a2a87524c5257.tar.bz2
openwrt-e2ec3f7550ccf66a000262b7c33a2a87524c5257.zip
mvebu: fix sysupgrade from 17.04 for clearfog pro
When clearfog was renamed to clearfog pro, it broke sysupgrade from 17.04 as the new images now get rejected as incompatible. Fix this by adding the legacy boardname to the compatible devices. Fixes: ec4a8c6dee81 ("mvebu: ClearFog renamed upstream to ClearFog Pro") Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r--target/linux/mvebu/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index 989ba5084b..812d946f66 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -199,6 +199,7 @@ define Device/armada-388-clearfog-pro
IMAGE/sdcard.img.gz := boot-scr-cfpro | boot-img | sdcard-img | gzip | append-metadata
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
DEVICE_DTS := armada-388-clearfog-pro armada-388-clearfog-base
+ SUPPORTED_DEVICES := armada-388-clearfog-pro armada-388-clearfog
endef
TARGET_DEVICES += armada-388-clearfog-pro