From: Piotr Dymacz Date: Mon, 6 Nov 2017 22:17:24 +0000 (+0100) Subject: ar71xx: increase kernel partition size for TP-Link RE450 v1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=07c31470fda03a494bc3d4631d4c47f806caf90e;p=project%2Ffirmware-utils.git ar71xx: increase kernel partition size for TP-Link RE450 v1 This increases kernel partition size and fixes rootfs (file-system) partition size on TP-Link RE450 v1. Also, while we are at it, switch from statically defined kernel and rootfs partitions in kernel cmdline to "tplink-fw" mtd splitter. Fixes: FS#1072. Signed-off-by: Piotr Dymacz --- diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 65b3792..eef1f91 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -852,8 +852,8 @@ static struct device_info boards[] = { */ .partitions = { {"fs-uboot", 0x00000, 0x20000}, - {"os-image", 0x20000, 0x150000}, - {"file-system", 0x170000, 0x4a0000}, + {"os-image", 0x20000, 0x180000}, + {"file-system", 0x1a0000, 0x460000}, {"partition-table", 0x600000, 0x02000}, {"default-mac", 0x610000, 0x00020}, {"pin", 0x610100, 0x00020},