diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-01 19:41:13 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-01 19:41:13 +0000 |
commit | 859269f5969e3f26fd482b86b99e6e43a5b245ab (patch) | |
tree | 806ac8e349a645095fb339af828658d1c59b1a43 /target/linux/ar71xx/base-files | |
parent | e8ce7e4434f0ab30d1b2966f686464ef01f6c6e6 (diff) |
ar71xx: use 'link4' LED for diagnostic on Bullet M
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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 cb599203e..053d6d439 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -39,6 +39,9 @@ get_status_led() { aw-nr580) status_led="aw-nr580:green:ready" ;; + bullet-m) + status_led="ubnt:green:link4" + ;; ls-sr71) status_led="ubnt:green:d22" ;; |