summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-08 20:39:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-08 20:39:18 +0000
commit7f75961e381540aa0434a12732908475de946cdf (patch)
treea2deb4249a6922f183fb95533d337a9380aefc4f /target/linux/ar71xx/base-files/etc/diag.sh
parent1d6a530fe6a129814fc93a45df01a01342569be8 (diff)
downloadmaster-31e0f0ae-7f75961e381540aa0434a12732908475de946cdf.tar.gz
master-31e0f0ae-7f75961e381540aa0434a12732908475de946cdf.tar.bz2
master-31e0f0ae-7f75961e381540aa0434a12732908475de946cdf.zip
ar71xx: add support for TP-LINK TL-WR941ND v6 (international version)
The international version is completely different from the already supported Chinese version. The WLAN of the QCA956x SoC used by this router has been fixed in r46948. This patch looks like it changes a lot in 700-MIPS-ath79-openwrt-machines.patch; that is not the case. Unfortunately, quilt decided to completely reorganize the Kconfig patch even though only a single section has been added. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 47420
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 2f489d8f94..8eb3512054 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -295,7 +295,8 @@ get_status_led() {
tl-wdr4300 | \
tl-wr703n | \
tl-wr710n | \
- tl-wr720n-v3)
+ tl-wr720n-v3 | \
+ tl-wr941nd-v6)
status_led="tp-link:blue:system"
;;
tl-wr841n-v9)