summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-05 20:29:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-05 20:29:24 +0000
commit7bda582cf71e70edf435300416a3d7b179aeb069 (patch)
tree0d7e83257dfe7d70b7fb6d4117e5b66be84efb06 /target/linux/ar71xx/base-files/etc
parent2702ae4e8fa7b132ec80823b77a695726cf11bab (diff)
downloadmaster-31e0f0ae-7bda582cf71e70edf435300416a3d7b179aeb069.tar.gz
master-31e0f0ae-7bda582cf71e70edf435300416a3d7b179aeb069.tar.bz2
master-31e0f0ae-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-xtarget/linux/ar71xx/base-files/etc/diag.sh3
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"
;;