diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:27:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:27:09 +0000 |
commit | 7de7bd02018bc038cfb153fc34eb2a64cbe08c39 (patch) | |
tree | a722221629d964dc0d274d1ecbd03a955827c24f | |
parent | 1c5136c4c3fd60e77249bdeeb1fca8a3002cf5d2 (diff) | |
download | upstream-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
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
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 |