AA: firmware-utils/mktplinkfw: add support for TL-WA7510N
authorGabor Juhos <juhosg@openwrt.org>
Sun, 25 Nov 2012 16:15:30 +0000 (16:15 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 25 Nov 2012 16:15:30 +0000 (16:15 +0000)
Backport of r34189.

[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34338

tools/firmware-utils/src/mktplinkfw.c

index fab20817038a202666c726dfcb9eb00b07b8dd84..2be63356dab78d923057ee4c748ae6eb8d56cee4 100644 (file)
@@ -34,6 +34,7 @@
 #define HWID_TL_MR3220_V1      0x32200001
 #define HWID_TL_MR3420_V1      0x34200001
 #define HWID_TL_WA701N_V1      0x07010001
+#define HWID_TL_WA7510N_V1     0x75100001
 #define HWID_TL_WA901ND_V1     0x09010001
 #define HWID_TL_WA901ND_V2     0x09010002
 #define HWID_TL_WR703N_V1      0x07030101
@@ -197,6 +198,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_TL_WA701N_V1,
                .hw_rev         = 1,
                .layout_id      = "4M",
+       }, {
+               .id             = "TL-WA7510N",
+               .hw_id          = HWID_TL_WA7510N_V1,
+               .hw_rev         = 1,
+               .layout_id      = "4M",
        }, {
                .id             = "TL-WA901NDv1",
                .hw_id          = HWID_TL_WA901ND_V1,