diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:50 +0000 |
commit | b219848bfc95add6d1f8b6fa744bf05231a49f17 (patch) | |
tree | efcb13f5796bfbfc24110278eb4c9ed069b8035e /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | f0cda65bb6ee80f4fc80da9fdeabb9d28a306437 (diff) | |
download | upstream-b219848bfc95add6d1f8b6fa744bf05231a49f17.tar.gz upstream-b219848bfc95add6d1f8b6fa744bf05231a49f17.tar.bz2 upstream-b219848bfc95add6d1f8b6fa744bf05231a49f17.zip |
ar71xx: AP136 user-space support
SVN-Revision: 32608
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 5c84f82ca3..76518bd3cd 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -33,6 +33,9 @@ get_status_led() { alfa-nx) status_led="alfa:green:led_8" ;; + ap136) + status_led="ap136:green:status" + ;; ap81) status_led="ap81:green:status" ;; |