diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 20:29:24 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 20:29:24 +0000 |
commit | 3481530afdc0be85acde6cacfd77af1ab4af8a5f (patch) | |
tree | 8248b16ecabdb584d0e1b677a885f26a66d361a8 /target/linux/ar71xx/base-files/etc | |
parent | 0955ccfcf3124640951de8ef3d1207da3a7cc2bc (diff) |
ar71xx: fix status led detection on the RB4xx boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0b8d9a73c..0ded6f4bc 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" ;; |