diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 16:03:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 16:03:35 +0000 |
commit | f27f2fec4fe62411e427efb6fa737dd3292ca6cd (patch) | |
tree | e0dc92f2930d292204451ac9db590654847bcb29 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 51c892053a13e8808fa9987f6bb07b67ee6a29b0 (diff) | |
download | upstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.tar.gz upstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.tar.bz2 upstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.zip |
ar71xx: add user-space support for the Tube2H board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41650
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 af3439f8b9..174684d0ae 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -217,6 +217,9 @@ get_status_led() { tl-wr2543n) status_led="tp-link:green:wps" ;; + tube2h) + status_led="alfa:green:signal4" + ;; unifi) status_led="ubnt:green:dome" ;; |