diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-08 16:26:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-08 16:26:25 +0000 |
commit | 48e85cd47b74e318fa5be74d155f4ac1489007f1 (patch) | |
tree | 11bcfcae8a728995b6d707d39d7d8bcdddfcdcb0 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 09a8334a1e36e2610a01a726fd41383d0870038a (diff) | |
download | upstream-48e85cd47b74e318fa5be74d155f4ac1489007f1.tar.gz upstream-48e85cd47b74e318fa5be74d155f4ac1489007f1.tar.bz2 upstream-48e85cd47b74e318fa5be74d155f4ac1489007f1.zip |
ar71xx: add support for the TRENDNet TEW-673GRU board
SVN-Revision: 30376
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 7759113015..3d57854afa 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -98,6 +98,9 @@ get_status_led() { tew-632brp) status_led="tew-632brp:green:status" ;; + tew-673gru) + status_led="trendnet:blue:wps" + ;; tl-mr3020) status_led="tp-link:green:wps" ;; |