From: blogic Date: Thu, 17 Dec 2015 09:27:09 +0000 (+0000) Subject: ramips: mt7621: fix error message when initramfs is too large X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=f2a785150a4c3558288280f54329a60daed27b47 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 --- 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