firmware-utils/mktplinkfw: add support for TP-LINK WA801NDv1
authorGabor Juhos <juhosg@openwrt.org>
Fri, 7 Dec 2012 19:10:54 +0000 (19:10 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 7 Dec 2012 19:10:54 +0000 (19:10 +0000)
Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34575

tools/firmware-utils/src/mktplinkfw.c

index 2be63356dab78d923057ee4c748ae6eb8d56cee4..0446fdc62879d68633ed27415040700362900cde 100644 (file)
@@ -35,6 +35,7 @@
 #define HWID_TL_MR3420_V1      0x34200001
 #define HWID_TL_WA701N_V1      0x07010001
 #define HWID_TL_WA7510N_V1     0x75100001
+#define HWID_TL_WA801ND_V1     0x08010001
 #define HWID_TL_WA901ND_V1     0x09010001
 #define HWID_TL_WA901ND_V2     0x09010002
 #define HWID_TL_WR703N_V1      0x07030101
@@ -203,6 +204,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_TL_WA7510N_V1,
                .hw_rev         = 1,
                .layout_id      = "4M",
+       }, {
+               .id             = "TL-WA801NDv1",
+               .hw_id          = HWID_TL_WA801ND_V1,
+               .hw_rev         = 1,
+               .layout_id      = "4M",
        }, {
                .id             = "TL-WA901NDv1",
                .hw_id          = HWID_TL_WA901ND_V1,