aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlex Maclean <monkeh@monkeh.net>2018-04-23 18:36:54 +0100
committerMathias Kresin <dev@kresin.me>2018-04-23 22:07:22 +0200
commita31107a97a00b2d637b8f7468f01317332dad801 (patch)
treec281336d6e15615c283b9f643cc68997666db8cd /tools
parent3d800f14a9a8d8dbb0c92f77874547c1ab046f84 (diff)
downloadupstream-a31107a97a00b2d637b8f7468f01317332dad801.tar.gz
upstream-a31107a97a00b2d637b8f7468f01317332dad801.tar.bz2
upstream-a31107a97a00b2d637b8f7468f01317332dad801.zip
firmware-utils: tplink-safeloader: increase RE350 kernel size
4.14 increased kernel size, so grow the kernel partition by 128K to compensate. Fixes FS#1479. Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/src/tplink-safeloader.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c
index 997ffcb09c..53205353b7 100644
--- a/tools/firmware-utils/src/tplink-safeloader.c
+++ b/tools/firmware-utils/src/tplink-safeloader.c
@@ -886,12 +886,12 @@ static struct device_info boards[] = {
/**
The original os-image partition is too small,
- so we enlarge it to 1.6M
+ so we enlarge it to 1.75M
*/
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
- {"os-image", 0x20000, 0x1a0000},
- {"file-system", 0x1c0000, 0x440000},
+ {"os-image", 0x20000, 0x1c0000},
+ {"file-system", 0x1e0000, 0x420000},
{"partition-table", 0x600000, 0x02000},
{"default-mac", 0x610000, 0x00020},
{"pin", 0x610100, 0x00020},