From 7ffc48343f94f083e8ced47ffba8c8b6b525dcc3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 17 Dec 2015 09:27:09 +0000 Subject: ramips: mt7621: fix error message when initramfs is too large Signed-off-by: Nikolay Martynov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index b537a17d46..2c0fc462f0 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1078,7 +1078,7 @@ define Device/ubnt-erx ubnt-erx-factory-kernel | \ ubnt-erx-factory-rootfs | \ ubnt-erx-factory-version | \ - ubnt-erx-factory-check-size $$$$(KERNEL_SIZE) + ubnt-erx-factory-check-size $$(KERNEL_SIZE) IMAGE/sysupgrade.tar := sysupgrade-nand endef -- cgit v1.2.3