diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:04 +0000 |
commit | fe6d66afe2e150d70337d25b07bc7b16898ff049 (patch) | |
tree | fbdb362bd0d810fc1006b5ee3a8b1248bbd7add8 /target/linux/ar71xx | |
parent | da3f3f8f9d499d64ae2b59a26168c87dd916c179 (diff) | |
download | upstream-fe6d66afe2e150d70337d25b07bc7b16898ff049.tar.gz upstream-fe6d66afe2e150d70337d25b07bc7b16898ff049.tar.bz2 upstream-fe6d66afe2e150d70337d25b07bc7b16898ff049.zip |
ar71xx: add rb750 to diag.sh
Support status led in diag.sh for RB750
Patch from: Evangelos Arkalis <arkalis.e@gmail.com>
SVN-Revision: 31207
Diffstat (limited to 'target/linux/ar71xx')
-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 09d4184f25..c6f2cf79ba 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -90,6 +90,9 @@ get_status_led() { rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493) status_led="rb4xx:yellow:user" ;; + rb-750) + status_led="rb750:green:act" + ;; routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; |