From f20f2f3a69410c1b703641425c81ebeddfdbe077 Mon Sep 17 00:00:00 2001 From: Alex Maclean Date: Mon, 23 Apr 2018 18:36:54 +0100 Subject: [PATCH] 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 --- src/tplink-safeloader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 997ffcb..5320535 100644 --- a/src/tplink-safeloader.c +++ b/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}, -- 2.30.2