From: Lucian Cristian Date: Sat, 16 Jun 2018 10:37:55 +0000 (+0300) Subject: ath79: add tl-wr1043nd-v4 support everything is working X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=34cc1ca10054a034cc3c71ee82119183f7ae9e78;p=project%2Ffirmware-utils.git ath79: add tl-wr1043nd-v4 support everything is working tplink-safeloader: resize kernel partition kernel 4.14 is much bigger, resize the partition Signed-off-by: Lucian Cristian --- diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 22bbc17..27c5aa8 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -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},