ramips: mt7621: fix error message when initramfs is too large
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Dec 2015 09:27:09 +0000 (09:27 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Dec 2015 09:27:09 +0000 (09:27 +0000)
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47908 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/image/Makefile

index b537a17..2c0fc46 100644 (file)
@@ -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