[OpenWrt-Devel] [PATCH] ramips: mt7621: fix error message when initramfs is too large

Nikolay Martynov mar.kolya at gmail.com
Mon Dec 14 19:43:01 EST 2015


Signed-off-by: Nikolay Martynov <mar.kolya at gmail.com>
---
 target/linux/ramips/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 1b12249..abfb4cf 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
 
-- 
2.6.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list