firmware-utils/mktplinkfw: add support for the TL-MR13U board
authorGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:44 +0000 (17:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:44 +0000 (17:52 +0000)
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38065

tools/firmware-utils/src/mktplinkfw.c

index 19dc2b4cc96364fa05a168762da534564e667248..2574678c8fcd3f24289cb4da0b110b47f39e5cac 100644 (file)
@@ -31,6 +31,7 @@
 
 #define HEADER_VERSION_V1      0x01000000
 #define HWID_TL_MR10U_V1       0x00100101
+#define HWID_TL_MR13U_V1       0x00130101
 #define HWID_TL_MR3020_V1      0x30200001
 #define HWID_TL_MR3220_V1      0x32200001
 #define HWID_TL_MR3220_V2      0x32200002
@@ -198,6 +199,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_TL_MR10U_V1,
                .hw_rev         = 1,
                .layout_id      = "4Mlzma",
+       }, {
+               .id             = "TL-MR13Uv1",
+               .hw_id          = HWID_TL_MR13U_V1,
+               .hw_rev         = 1,
+               .layout_id      = "4Mlzma",
        }, {
                .id             = "TL-MR3020v1",
                .hw_id          = HWID_TL_MR3020_V1,