diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 08:00:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 08:00:02 +0000 |
commit | 7131a104f5ec2fd47a2324bd027a8853dd7c3062 (patch) | |
tree | 3e220a7d009bdb346840b2e55f28bea046a16e04 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | f80f0c7d221d08533da8a585b16fd29f6e68df4d (diff) | |
download | upstream-7131a104f5ec2fd47a2324bd027a8853dd7c3062.tar.gz upstream-7131a104f5ec2fd47a2324bd027a8853dd7c3062.tar.bz2 upstream-7131a104f5ec2fd47a2324bd027a8853dd7c3062.zip |
ar71xx: add support for the TP-LINK TL-WR841N/ND v9
Everything seems to be working fine. Potential issues:
* VLAN port IDs are reversed with regard to the numbers on the case.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 40400
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 0e1fe5cb74..d81173dff6 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -178,6 +178,9 @@ get_status_led() { tl-wr720n-v3) status_led="tp-link:blue:system" ;; + tl-wr841n-v9) + status_led="tp-link:green:qss" + ;; tl-wr2543n) status_led="tp-link:green:wps" ;; |