Skip to content
Snippets Groups Projects
Commit 45566325 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ar71xx: image: fix size verification in the CatFiles macro


The macro checks the size of the rootfs image even if
the second parameter of the macro contains the size of
an eraseblock. It is wrong because the size of the
kernel image will be adjusted to the next eraseblock
and the resulting image might be too large.

Fix the macro to check the size of the final image
instead of the rootfs image.

Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39383
parent e89476e0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment