ImmortalWrt/tools/firmware-utils
Davide Fioravanti d95dff162a firmware-utils: jcgimage: add support for 4MiB+ images
The first version of this script allowed just 4Mb factory images.
With this patch is possible to set the maximum size of the payload.

For an 8Mb flash, the corresponding maxsize is:
8 * 1024 * 1024 - 5 * 64 * 1024 = 8388608 - 327680 = 8060928

If the -m argument is not set, the default maximum size will be
used for backward compatibility.

Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
2019-05-31 10:30:03 +02:00
..
src firmware-utils: jcgimage: add support for 4MiB+ images 2019-05-31 10:30:03 +02:00
Makefile ipq40xx: add factory image for EnGenius ENS620EXT 2019-05-11 16:37:11 +02:00