diff options
author | John Crispin <john@openwrt.org> | 2014-07-13 07:12:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-13 07:12:22 +0000 |
commit | 42a37b2a894fc774e1ee13993c434ea2909c3f67 (patch) | |
tree | f0b2f4b6ff69d9bcbfc7b6a601397a086b0786b1 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | d5397be2cc62a8d12243ded39d818bbf7ae6de86 (diff) | |
download | upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.gz upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.bz2 upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.zip |
ar71xx: added support for TL-WA830RE V2
Corrected patch ath79 insted of auth79. Sorry.
Signed-off-by: Fredrik Jonson <fredrik@famjonson.se>
SVN-Revision: 41596
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index ef172b478c..d2e493798f 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -184,6 +184,7 @@ get_status_led() { tl-wr841n-v1 | \ tl-wr841n-v7 | \ tl-wr841n-v8 | \ + tl-wa830re-v2 | \ tl-wr842n-v2 | \ tl-wr941nd) status_led="tp-link:green:system" |