ramips: mt7621: fix error message when initramfs is too large
authorJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:27:09 +0000 (09:27 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:27:09 +0000 (09:27 +0000)
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47908

target/linux/ramips/image/Makefile

index b537a17d469d8fa769cbdfee1804ca438141ed9e..2c0fc462f0774f84edf490d4927528fa74e10b3d 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