From 4780e7e994d549a375bbfba02faef9a2bb2a6ea8 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 26 Nov 2016 10:43:34 +0100 Subject: ramips: add size checks/append metadata where missing Signed-off-by: Mathias Kresin --- target/linux/ramips/image/rt288x.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/image/rt288x.mk') diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index ab56fcc..40bf6f1 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -22,7 +22,8 @@ define Device/ar725w DTS := AR725W DEVICE_TITLE := Gemtek AR725W IMAGES += factory.bin - IMAGE/factory.bin := $$(sysupgrade_bin) | gemtek-header ar725w + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + gemtek-header ar725w endef TARGET_DEVICES += ar725w -- cgit v1.1