diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:52 +0000 |
commit | 91f08d47c2fa03570ff59a19eff741ac4797a97e (patch) | |
tree | 2e3f22d936160e1a960b2e13d8a9f9181f9f1096 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 21e651c9a1a00e58fa7cf4f325668cd467c7a03b (diff) | |
download | upstream-91f08d47c2fa03570ff59a19eff741ac4797a97e.tar.gz upstream-91f08d47c2fa03570ff59a19eff741ac4797a97e.tar.bz2 upstream-91f08d47c2fa03570ff59a19eff741ac4797a97e.zip |
ar71xx: add initial support for the TL-WR741ND v4 board
The ethernet port LEDs are not working yet.
SVN-Revision: 28706
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 d7673dedf1..f6f36bfd58 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -91,6 +91,7 @@ get_status_led() { tl-wa901nd-v2 | \ tl-wr1043nd | \ tl-wr741nd | \ + tl-wr741nd-v4 | \ tl-wr841n-v1 | \ tl-wr941nd) status_led="tp-link:green:system" |