aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:03 +0000
commit52f88507ce76ebb6ced0a010d199e2826af9622f (patch)
tree9edfcd0facec50705b5b1509effcfd9a6ce8c697 /target/linux/ar71xx
parent3ac3d5f27d64d3d7128184556c7b0990d33d2924 (diff)
downloadupstream-52f88507ce76ebb6ced0a010d199e2826af9622f.tar.gz
upstream-52f88507ce76ebb6ced0a010d199e2826af9622f.tar.bz2
upstream-52f88507ce76ebb6ced0a010d199e2826af9622f.zip
ar71xx: set status_led for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39343 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 0d714ed3ac..6e4445f4fa 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -102,6 +102,11 @@ get_status_led() {
pb44)
status_led="pb44:amber:jump1"
;;
+ rb-2011l|\
+ rb-2011uas|\
+ rb-2011uas-2hnd)
+ status_led="rb:green:usr"
+ ;;
rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493)
status_led="rb4xx:yellow:user"
;;