diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-06 06:45:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-06 06:45:04 +0000 |
commit | 4afe9df355d4496145c5ac98f6134818a0f6d676 (patch) | |
tree | ff34c34e16542d37f777d7b8173441df12b019c6 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a73a270eb0fa9593c6287f5e1aec268ca839a854 (diff) |
ar71xx: add rb750 to diag.sh
Support status led in diag.sh for RB750
Patch from: Evangelos Arkalis <arkalis.e@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31207 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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" ;; |