aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2017-02-13 17:40:29 +0100
committerJonas Gorski <jonas.gorski@gmail.com>2017-02-13 17:51:15 +0100
commit367a3bb36f334d7a3583337047c0cda937e57573 (patch)
treed3e50f4e71b6ec84b35c36d29e75dcc5854b23ec /target/linux/mvebu
parent4817e61f45ed01f381b99170beae8c59f48141f4 (diff)
downloadupstream-367a3bb36f334d7a3583337047c0cda937e57573.tar.gz
upstream-367a3bb36f334d7a3583337047c0cda937e57573.tar.bz2
upstream-367a3bb36f334d7a3583337047c0cda937e57573.zip
mvebu: append metadata to clearfog sd card images
Fixes the following issue: root@LEDE:/# sysupgrade /tmp/lede-mvebu-armada-388-clearfog-sdcard.img.gz Saving metaconfig... Image metadata not found Use sysupgrade -F to override this check when downgrading or flashing to vendor firmware Image check 'fwtool_check_image' failed. root@LEDE:/# Acked-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index d4596c5935..bef699c2e7 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -176,7 +176,7 @@ define Device/armada-388-clearfog
DEVICE_TITLE := SolidRun ClearFog
DEVICE_PACKAGES := mkf2fs e2fsprogs swconfig kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
IMAGES := sdcard.img.gz
- IMAGE/sdcard.img.gz := boot-scr | boot-img | sdcard-img | gzip
+ IMAGE/sdcard.img.gz := boot-scr | boot-img | sdcard-img | gzip | append-metadata
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
endef
TARGET_DEVICES += armada-388-clearfog