firmware-utils/mktplinkfw: add support for the TL-WR720N v3 board
authorGabor Juhos <juhosg@openwrt.org>
Fri, 26 Apr 2013 17:00:47 +0000 (17:00 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 26 Apr 2013 17:00:47 +0000 (17:00 +0000)
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36455

tools/firmware-utils/src/mktplinkfw.c

index 176269b4863e6aae53fd5e9ef1771c0afc257c28..c3d982768eb882b0fb16342caf437030e0212131 100644 (file)
@@ -44,6 +44,7 @@
 #define HWID_TL_WA901ND_V2     0x09010002
 #define HWID_TL_WDR4900_V1     0x49000001
 #define HWID_TL_WR703N_V1      0x07030101
+#define HWID_TL_WR720N_V3      0x07200103
 #define HWID_TL_WR741ND_V1     0x07410001
 #define HWID_TL_WR741ND_V4     0x07410004
 #define HWID_TL_WR740N_V1      0x07400001
@@ -336,6 +337,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_TL_WR703N_V1,
                .hw_rev         = 1,
                .layout_id      = "4Mlzma",
+       }, {
+               .id             = "TL-WR720Nv3",
+               .hw_id          = HWID_TL_WR720N_V3,
+               .hw_rev         = 1,
+               .layout_id      = "4Mlzma",
        }, {
                /* terminating entry */
        }