summaryrefslogtreecommitdiffstats
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
commit927809e59b9cb0e95fcaeb6f7e13af44254d1474 (patch)
tree9aa8701d9589ad1ec3030109f96c825c3aa3e003
parent07f76a164a24e3f2bc4eeb45b5c3337f3b93713b (diff)
downloadmaster-31e0f0ae-927809e59b9cb0e95fcaeb6f7e13af44254d1474.tar.gz
master-31e0f0ae-927809e59b9cb0e95fcaeb6f7e13af44254d1474.tar.bz2
master-31e0f0ae-927809e59b9cb0e95fcaeb6f7e13af44254d1474.zip
ar71xx: set status_led for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39343
-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"
;;