From: Gabor Juhos Date: Mon, 20 Jan 2014 10:23:03 +0000 (+0000) Subject: ar71xx: set status_led for the RB2011* boards X-Git-Tag: reboot~8127 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=927809e59b9cb0e95fcaeb6f7e13af44254d1474;p=openwrt%2Fstaging%2Fnoltari.git ar71xx: set status_led for the RB2011* boards Signed-off-by: Gabor Juhos SVN-Revision: 39343 --- 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" ;;