ath79: add tl-wr1043nd-v4 support everything is working
authorLucian Cristian <lucian.cristian@gmail.com>
Sat, 16 Jun 2018 10:37:55 +0000 (13:37 +0300)
committerJohn Crispin <john@phrozen.org>
Mon, 18 Jun 2018 16:21:20 +0000 (18:21 +0200)
tplink-safeloader: resize kernel partition
kernel 4.14 is much bigger, resize the partition

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
src/tplink-safeloader.c

index 22bbc17d07bb7d1c67db8f86fc6f4073e298640a..27c5aa849794fa8e93f06b6d79ad21c8daaf8d14 100644 (file)
@@ -779,8 +779,8 @@ static struct device_info boards[] = {
                */
                .partitions = {
                        {"fs-uboot", 0x00000, 0x20000},
-                       {"os-image", 0x20000, 0x180000},
-                       {"file-system", 0x1a0000, 0xdb0000},
+                       {"os-image", 0x20000, 0x200000},
+                       {"file-system", 0x220000, 0xd30000},
                        {"default-mac", 0xf50000, 0x00200},
                        {"pin", 0xf50200, 0x00200},
                        {"product-info", 0xf50400, 0x0fc00},