From: Damien Zammit Date: Thu, 25 Jul 2024 04:21:17 +0000 (+1000) Subject: mktplinkfw2: Add 16Mmtk layout X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5192cf9063d669b23a3d1ede532d85af365eb073;p=project%2Ffirmware-utils.git mktplinkfw2: Add 16Mmtk layout This supports eg, TP-Link Archer MR200 v6 Signed-off-by: Damien Zammit Link: https://github.com/openwrt/firmware-utils/pull/34 Signed-off-by: Christian Marangi --- diff --git a/src/mktplinkfw2.c b/src/mktplinkfw2.c index e00e13c..82c83a6 100644 --- a/src/mktplinkfw2.c +++ b/src/mktplinkfw2.c @@ -149,6 +149,12 @@ static struct flash_layout layouts[] = { .kernel_la = 0x80000000, .kernel_ep = 0x80000000, .rootfs_ofs = 0x140000, + }, { + .id = "16Mmtk", + .fw_max_len = 0xfa0000, + .kernel_la = 0x80000000, + .kernel_ep = 0x80000000, + .rootfs_ofs = 0x140000, }, { .id = "8MSUmtk", /* Split U-Boot OS */ .fw_max_len = 0x770000,