projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf68821
)
ath79: increase kernel partition size for CPE610v1
author
Andrew Cameron
<
[email protected]
>
Sun, 30 Jun 2019 02:45:09 +0000
(21:45 -0500)
committer
Christian Lamparter
<
[email protected]
>
Sun, 7 Jul 2019 11:02:06 +0000
(13:02 +0200)
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 <
[email protected]
>
Signed-off-by: Christian Lamparter <
[email protected]
> [add <> for e-mail]
src/tplink-safeloader.c
patch
|
blob
|
history
diff --git
a/src/tplink-safeloader.c
b/src/tplink-safeloader.c
index 1a54e92b07cd398d3c1b4e165baf5f129369a3d5..78d80ac89ece4e81538807b2132c04981b518272 100644
(file)
--- a/
src/tplink-safeloader.c
+++ b/
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, 0x
1c
0000},
- {"file-system", 0x2
00000, 0x5b
0000},
+ {"os-image", 0x40000, 0x
20
0000},
+ {"file-system", 0x2
40000, 0x57
0000},
{"soft-version", 0x7b0000, 0x00100},
{"support-list", 0x7b1000, 0x00400},
{"user-config", 0x7c0000, 0x10000},