diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-05 20:29:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-05 20:29:24 +0000 |
commit | 7bda582cf71e70edf435300416a3d7b179aeb069 (patch) | |
tree | 0d7e83257dfe7d70b7fb6d4117e5b66be84efb06 /target/linux/ar71xx/base-files/etc | |
parent | 2702ae4e8fa7b132ec80823b77a695726cf11bab (diff) | |
download | upstream-7bda582cf71e70edf435300416a3d7b179aeb069.tar.gz upstream-7bda582cf71e70edf435300416a3d7b179aeb069.tar.bz2 upstream-7bda582cf71e70edf435300416a3d7b179aeb069.zip |
ar71xx: fix status led detection on the RB4xx boards
SVN-Revision: 20005
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-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 0b8d9a73cf..0ded6f4bc4 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -63,6 +63,9 @@ get_status_led() { pb44) status_led="pb44:amber:jump1" ;; + rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493) + status_led="rb4xx:yellow:user" + ;; routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; |