aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-17 09:27:09 +0000
committerJohn Crispin <john@openwrt.org>2015-12-17 09:27:09 +0000
commit7de7bd02018bc038cfb153fc34eb2a64cbe08c39 (patch)
treea722221629d964dc0d274d1ecbd03a955827c24f /target/linux/ramips/image
parent1c5136c4c3fd60e77249bdeeb1fca8a3002cf5d2 (diff)
downloadupstream-7de7bd02018bc038cfb153fc34eb2a64cbe08c39.tar.gz
upstream-7de7bd02018bc038cfb153fc34eb2a64cbe08c39.tar.bz2
upstream-7de7bd02018bc038cfb153fc34eb2a64cbe08c39.zip
ramips: mt7621: fix error message when initramfs is too large
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47908
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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