Author: blogic Date: 2015-12-17 10:27:09 +0100 (Thu, 17 Dec 2015) New Revision: 47908
Modified: trunk/target/linux/ramips/image/Makefile Log: ramips: mt7621: fix error message when initramfs is too large Signed-off-by: Nikolay Martynov <[email protected]> Modified: trunk/target/linux/ramips/image/Makefile =================================================================== --- trunk/target/linux/ramips/image/Makefile 2015-12-17 09:27:00 UTC (rev 47907) +++ trunk/target/linux/ramips/image/Makefile 2015-12-17 09:27:09 UTC (rev 47908) @@ -1078,7 +1078,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
