From: juhosg Date: Mon, 20 Jan 2014 10:23:03 +0000 (+0000) Subject: ar71xx: set status_led for the RB2011* boards X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0599853180ad7865c1a815342d94b072416a9488;p=openwrt.git ar71xx: set status_led for the RB2011* boards Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39343 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" ;;