diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:03 +0000 |
commit | 927809e59b9cb0e95fcaeb6f7e13af44254d1474 (patch) | |
tree | 9aa8701d9589ad1ec3030109f96c825c3aa3e003 /target/linux | |
parent | 07f76a164a24e3f2bc4eeb45b5c3337f3b93713b (diff) | |
download | upstream-927809e59b9cb0e95fcaeb6f7e13af44254d1474.tar.gz upstream-927809e59b9cb0e95fcaeb6f7e13af44254d1474.tar.bz2 upstream-927809e59b9cb0e95fcaeb6f7e13af44254d1474.zip |
ar71xx: set status_led for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39343
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 5 |
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" ;; |