From: juhosg Date: Sat, 21 Sep 2013 15:55:56 +0000 (+0000) Subject: ar71xx: use the green power led for diag on the WNR2200 board X-Git-Tag: fast2504n-3.10.28-merged~1330 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=c41f78d0c30d532bf6b07a52eded7467e4a68ab9;p=openwrt.git ar71xx: use the green power led for diag on the WNR2200 board Make it consistent with the other Netgear boards. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38103 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 b609ac20c7..b6bb9e9c00 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -180,7 +180,7 @@ get_status_led() { status_led="netgear:green:power" ;; wnr2200) - status_led="netgear:amber:power" + status_led="netgear:green:power" ;; wnr612-v2) status_led="netgear:green:power"