From: John Crispin Date: Thu, 17 Dec 2015 09:27:09 +0000 (+0000) Subject: ramips: mt7621: fix error message when initramfs is too large X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7de7bd02018bc038cfb153fc34eb2a64cbe08c39;p=openwrt%2Fstaging%2Fblocktrron.git ramips: mt7621: fix error message when initramfs is too large Signed-off-by: Nikolay Martynov SVN-Revision: 47908 --- 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