firmware-utils/mktplinkfw: Add support for MR3420v2
authorGabor Juhos <juhosg@openwrt.org>
Mon, 11 Mar 2013 15:55:23 +0000 (15:55 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 11 Mar 2013 15:55:23 +0000 (15:55 +0000)
Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3441/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35963

tools/firmware-utils/src/mktplinkfw.c

index 9483640f51025db817ecb1f9c4567071e503b010..176269b4863e6aae53fd5e9ef1771c0afc257c28 100644 (file)
@@ -34,6 +34,7 @@
 #define HWID_TL_MR3220_V1      0x32200001
 #define HWID_TL_MR3220_V2      0x32200002
 #define HWID_TL_MR3420_V1      0x34200001
+#define HWID_TL_MR3420_V2      0x34200002
 #define HWID_TL_WA701N_V1      0x07010001
 #define HWID_TL_WA7510N_V1     0x75100001
 #define HWID_TL_WA801ND_V1     0x08010001
@@ -210,6 +211,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_TL_MR3420_V1,
                .hw_rev         = 1,
                .layout_id      = "4M",
+       }, {
+               .id             = "TL-MR3420v2",
+               .hw_id          = HWID_TL_MR3420_V2,
+               .hw_rev         = 1,
+               .layout_id      = "4Mlzma",
        }, {
                .id             = "TL-WA701Nv1",
                .hw_id          = HWID_TL_WA701N_V1,