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:
1dec7af
)
ar71xx: increase kernel partition size for TP-Link RE450 v1
author
Piotr Dymacz
<
[email protected]
>
Mon, 6 Nov 2017 22:17:24 +0000
(23:17 +0100)
committer
Piotr Dymacz
<
[email protected]
>
Tue, 14 Nov 2017 21:36:46 +0000
(22:36 +0100)
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 <
[email protected]
>
src/tplink-safeloader.c
patch
|
blob
|
history
diff --git
a/src/tplink-safeloader.c
b/src/tplink-safeloader.c
index 65b37926f6112393c9f03fb295c4de942cd28c9c..eef1f913b96ff70497fc798d95bf02f796256243 100644
(file)
--- 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, 0x1
5
0000},
- {"file-system", 0x1
70000, 0x4a
0000},
+ {"os-image", 0x20000, 0x1
8
0000},
+ {"file-system", 0x1
a0000, 0x46
0000},
{"partition-table", 0x600000, 0x02000},
{"default-mac", 0x610000, 0x00020},
{"pin", 0x610100, 0x00020},