diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:39 +0000 |
commit | 9287e0c863dfab8cf6a441c897c51286e2da9f74 (patch) | |
tree | 77e4af0edf168a86fb82d34c7dd9ef2a4e2c2456 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | d54c9653e9ecd22eadce7f66865e91a09ad634dc (diff) | |
download | mtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.zip mtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.tar.gz mtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.tar.bz2 |
ar71xx: add user-space part for the CAP4200AG
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33957
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 c371a1f..788b628 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -54,6 +54,9 @@ get_status_led() { bullet-m | rocket-m | nano-m | nanostation-m) status_led="ubnt:green:link4" ;; + cap4200ag) + status_led="senao:green:pwr" + ;; db120) status_led="db120:green:status" ;; |