From 478f1f6b167c6b1c91f5915e9567814350865c4c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 17 Nov 2016 13:02:26 +0100 Subject: ramips: append metadata to images metadata checks are not enforced yet, because some images are still being built by legacy code Signed-off-by: Felix Fietkau --- target/linux/ramips/image/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ea7ff7e92b..42cd63b7d7 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -37,7 +37,9 @@ define Device/Default KERNEL := $(KERNEL_DTB) | uImage lzma IMAGES := sysupgrade.bin IMAGE_SIZE := $(ralink_default_fw_size_8M) - IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) + SUPPORTED_DEVICES = $(1) + sysupgrade_bin := append-kernel | append-rootfs | pad-rootfs + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) endef define Build/patch-dtb -- cgit v1.2.3