From 7e51062c815f0d4fbf5d6fe43210728b2927cd75 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 21 Sep 2013 15:55:56 +0000 Subject: [PATCH] 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 SVN-Revision: 38103 --- target/linux/ar71xx/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2