diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
commit | f3f05d86fe6dd1d35dfaad95c99ab42835feeac4 (patch) | |
tree | 09d4be54462bdfefee51ca9ed21bf7cbf1db6459 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | ed1889db334bd8c53baf894182ea4109a28c320c (diff) | |
download | upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.gz upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.bz2 upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.zip |
ar71xx: add user-space support for AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34885
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, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index bfe1416c85..b8585737ce 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -36,7 +36,8 @@ get_status_led() { all0305) status_led="eap7660d:green:ds4" ;; - ap136-010) + ap136-010|\ + ap136-020) status_led="ap136:green:status" ;; ap81) |