ipq806x: increase kernel partition size for the TP-Link Archer C2600
authorStefan Lippers-Hollmann <s.l-h@gmx.de>
Fri, 18 May 2018 01:10:18 +0000 (03:10 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 22 May 2018 18:34:14 +0000 (20:34 +0200)
commitb72b36653a3fc8347456ab9c45d26a3144688a4c
treee1e7a5bc374f5bf4cf6e71b6c9d8702aa97f9fc4
parentdc50694bd1a8f81b40c185bc8cacbdc8e821a3c6
ipq806x: increase kernel partition size for the TP-Link Archer C2600

The default image does not fit 2 MB anymore, expand os-image partition
to 4 MB.

Upgrading works transparently via sysupgrade in both directions.
Another option would have been to merge "os-image" and "rootfs" into a
single "firmware" partition using MTD_SPLIT_TPLINK_FW, but just
changing the sizes of the existing partitioning has been deemed safer
and actually tested on an affected device; the maximum for rootfs
changes from 27 MB to 25 MB.

Run-tested on TP-Link Archer C2600.

Signed-off-by: Joris de Vries <joris@apptrician.nl>
[slh: extend comments and commit message, rename rootfs]
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
tools/firmware-utils/src/tplink-safeloader.c