aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:26:46 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:26:46 +0000
commit86c3263e9d9a735b9e9dce902cb0016dbb9630ec (patch)
tree121c2f171275482d8e657453d67e228a6065d35b /tools
parent0f029add70e988daa606910c902c0d379a0b7c7d (diff)
downloadmaster-187ad058-86c3263e9d9a735b9e9dce902cb0016dbb9630ec.tar.gz
master-187ad058-86c3263e9d9a735b9e9dce902cb0016dbb9630ec.tar.bz2
master-187ad058-86c3263e9d9a735b9e9dce902cb0016dbb9630ec.zip
ar71xx: add TP-Link TL-WA901ND-v4 support
Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49158 3c298f89-4303-0410-b956-a3cf2f4a3e73
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,