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 | 085697d0bd6b9a80541167540f61b1d11938bc7d (patch) | |
tree | a70300bc0a74915c21674ed0154b85e1d4961dae /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | c713180a7979da015cb86c44bc74aef19ed76d6e (diff) | |
download | upstream-085697d0bd6b9a80541167540f61b1d11938bc7d.tar.gz upstream-085697d0bd6b9a80541167540f61b1d11938bc7d.tar.bz2 upstream-085697d0bd6b9a80541167540f61b1d11938bc7d.zip |
ar71xx: AP136 user-space support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32608 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |