diff options
author | John Crispin <john@openwrt.org> | 2015-02-04 06:10:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-04 06:10:20 +0000 |
commit | cde2225c7c0674fa1b334645cce8ada797cc6a24 (patch) | |
tree | 0e8d29130d2cc04dbbd173f3766868099fd06e3b /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a63e94426de3c2768a9fcb6947702781394de7e1 (diff) | |
download | mtk-20170518-cde2225c7c0674fa1b334645cce8ada797cc6a24.zip mtk-20170518-cde2225c7c0674fa1b334645cce8ada797cc6a24.tar.gz mtk-20170518-cde2225c7c0674fa1b334645cce8ada797cc6a24.tar.bz2 |
ar71xx: add support for the TP-LINK TL-WR941ND v5
This device is very similar to the TL-WR841N v8, only two LED GPIOs are
different.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44255
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, 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 af6107b..03ca864 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -226,7 +226,8 @@ get_status_led() { tl-wr841n-v8 | \ tl-wa830re-v2 | \ tl-wr842n-v2 | \ - tl-wr941nd) + tl-wr941nd | \ + tl-wr941nd-v5) status_led="tp-link:green:system" ;; archer-c5 | \ |