aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:09 +0000
commit7ffc48343f94f083e8ced47ffba8c8b6b525dcc3 (patch)
tree83991bdc1450db89ae080db1e72a2c4e667c5754 /target/linux
parenta02ef540039e94fe24552b5db2f8d3e6ff6bbe7e (diff)
downloadmaster-187ad058-7ffc48343f94f083e8ced47ffba8c8b6b525dcc3.tar.gz
master-187ad058-7ffc48343f94f083e8ced47ffba8c8b6b525dcc3.tar.bz2
master-187ad058-7ffc48343f94f083e8ced47ffba8c8b6b525dcc3.zip
ramips: mt7621: fix error message when initramfs is too large
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47908 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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