diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 16:02:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 16:02:27 +0000 |
commit | dddf05bde2137872ce71c66b780a4611ccd7a77e (patch) | |
tree | 65f5665333fed3583071771ee05cddba7f2d77ab /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 1a379c51125cec2c3e53d01fb98ef041659d4600 (diff) | |
download | mtk-20170518-dddf05bde2137872ce71c66b780a4611ccd7a77e.zip mtk-20170518-dddf05bde2137872ce71c66b780a4611ccd7a77e.tar.gz mtk-20170518-dddf05bde2137872ce71c66b780a4611ccd7a77e.tar.bz2 |
ar71xx: Add userspace support for AP135
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34918
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 b858573..eb730e3 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -40,6 +40,9 @@ get_status_led() { ap136-020) status_led="ap136:green:status" ;; + ap135-020) + status_led="ap135:green:status" + ;; ap81) status_led="ap81:green:status" ;; |