summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:26:46 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:26:46 +0000
commit5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5 (patch)
treea8d8d3656fc242a86861e56af0d92d64e77f1ab0 /tools
parentd9799dea89ea1da5bbc0c9146a2e1ae5e54bd742 (diff)
downloadmaster-31e0f0ae-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.tar.gz
master-31e0f0ae-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.tar.bz2
master-31e0f0ae-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.zip
ar71xx: add TP-Link TL-WA901ND-v4 support
Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com> SVN-Revision: 49158
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/src/mktplinkfw.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c
index 692e48b8da..bf7c619387 100644
--- a/tools/firmware-utils/src/mktplinkfw.c
+++ b/tools/firmware-utils/src/mktplinkfw.c
@@ -55,6 +55,7 @@
#define HWID_TL_WA801ND_V3 0x08010003
#define HWID_TL_WA901ND_V1 0x09010001
#define HWID_TL_WA901ND_V2 0x09010002
+#define HWID_TL_WA901ND_V4 0x09010004
#define HWID_TL_WDR4300_V1_IL 0x43008001
#define HWID_TL_WDR4900_V1 0x49000001
#define HWID_TL_WR703N_V1 0x07030101
@@ -316,6 +317,11 @@ static struct board_info boards[] = {
.hw_rev = 1,
.layout_id = "4M",
}, {
+ .id = "TL-WA901NDv4",
+ .hw_id = HWID_TL_WA901ND_V4,
+ .hw_rev = 1,
+ .layout_id = "4Mlzma",
+ }, {
.id = "TL-WDR4300v1",
.hw_id = HWID_TL_WDR4300_V1_IL,
.hw_rev = 1,