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:
parent
1c5136c4c3
commit
7de7bd0201
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue