From 16cf9021e611d08e32debc67507dfee0ffa3ec11 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 8 Feb 2016 19:18:21 +0000 Subject: ramips: fix build error on oversized images by putting the dir-860l-b1 size check at the end of the chain Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48681 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index c109e6a4ab..27f349f619 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1034,8 +1034,8 @@ define Device/dir-860l-b1 IMAGE/factory.bin := \ append-kernel | pad-offset 65536 64 | append-rootfs | pad-rootfs -x 64 | \ seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ - check-size $$$$(IMAGE_SIZE) | \ - seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb" + seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb" | \ + check-size $$$$(IMAGE_SIZE) endef define Device/firewrt -- cgit v1.2.3