aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Cameron <apcameron@softhome.net>2019-06-29 21:45:09 -0500
committerChristian Lamparter <chunkeey@gmail.com>2019-07-07 13:02:06 +0200
commitd5a38725f84f52618a7c4cb17e8bfac40a17854a (patch)
tree0e7931b13b381c609e1d716162797a5776d7b32f /tools
parenta9deed62af569608af3e4e076138d788e24b1652 (diff)
downloadupstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.tar.gz
upstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.tar.bz2
upstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.zip
ath79: increase kernel partition size for CPE610v1
Increase the Kernel partition to address the issue discussed here https://forum.openwrt.org/t/cpe610-v1-sysupgrade-bin-missing-too-big/39637/5 Switch Back to the okli Loader to support increased partition size Signed-off-by: Andrew Cameron <apcameron@softhome.net> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [add <> for e-mail]
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/src/tplink-safeloader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c
index 1a54e92b07..78d80ac89e 100644
--- a/tools/firmware-utils/src/tplink-safeloader.c
+++ b/tools/firmware-utils/src/tplink-safeloader.c
@@ -303,8 +303,8 @@ static struct device_info boards[] = {
{"default-mac", 0x30000, 0x00020},
{"product-info", 0x31100, 0x00100},
{"signature", 0x32000, 0x00400},
- {"os-image", 0x40000, 0x1c0000},
- {"file-system", 0x200000, 0x5b0000},
+ {"os-image", 0x40000, 0x200000},
+ {"file-system", 0x240000, 0x570000},
{"soft-version", 0x7b0000, 0x00100},
{"support-list", 0x7b1000, 0x00400},
{"user-config", 0x7c0000, 0x10000},