From d4efa4be81100b42e3a2fc02cc3df4cdb2cb38fd Mon Sep 17 00:00:00 2001 From: Henryk Heisig Date: Sat, 24 Sep 2016 21:41:43 +0200 Subject: [PATCH] ramips: Add support to TP-Link Archer MR200 CPU: MT7620N 580MHz Flash: 8MB RAM: 64MB build-in modem 3G/4G four ethernet port 10/100Mbps Signed-off-by: Henryk Heisig --- src/mktplinkfw2.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/mktplinkfw2.c b/src/mktplinkfw2.c index 213e672..3ab5c52 100644 --- a/src/mktplinkfw2.c +++ b/src/mktplinkfw2.c @@ -155,6 +155,12 @@ static struct flash_layout layouts[] = { .kernel_la = 0x80000000, .kernel_ep = 0x80000000, .rootfs_ofs = 0x140000, + }, { + .id = "8MLmtk", + .fw_max_len = 0x7b0000, + .kernel_la = 0x80000000, + .kernel_ep = 0x80000000, + .rootfs_ofs = 0x140000, }, { /* terminating entry */ } @@ -191,6 +197,13 @@ static struct board_info boards[] = { .layout_id = "8Mmtk", .hdr_ver = 3, .endian_swap = true, + }, { + .id = "ArcherMR200", + .hw_id = 0xd7500001, + .hw_rev = 0x4a, + .layout_id = "8MLmtk", + .hdr_ver = 3, + .endian_swap = true, }, { /* terminating entry */ } -- 2.30.2