1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ramips: mt7621: fix error message when initramfs is too large

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>

SVN-Revision: 47908
This commit is contained in:
John Crispin 2015-12-17 09:27:09 +00:00
parent 1c5136c4c3
commit 7de7bd0201

@ -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