From 71c67e149c08cf388576dbf00dda10dfba216d07 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 25 Apr 2016 20:08:49 +0000 Subject: ar71xx: Add TP-Link TL-WA901ND v4 support to Chaos Calmer 15.05.1 This patch backports support for the TP-Link TL-WA901ND v4 to Chaos Calmer 15.05.1, which was added into trunk recently [1]. Signed-off by Stijn Segers [1]: http://patchwork.ozlabs.org/patch/606780/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49226 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/src/mktplinkfw.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/firmware-utils') diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index 43840a953c..6df869d59a 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmware-utils/src/mktplinkfw.c @@ -52,6 +52,7 @@ #define HWID_TL_WA801ND_V2 0x08010002 #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 @@ -305,6 +306,11 @@ static struct board_info boards[] = { .hw_id = HWID_TL_WA901ND_V2, .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, -- cgit v1.2.3