From 6b2b35e0437563c60ebea2a1a61dd2a084b15505 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Sun, 30 Dec 2018 14:59:30 +0100 Subject: brcm63xx: VH4032N: fix the power led and the wlan button - use the blue LED for power, since the red LED is already used by CFE in emergency mode. - use the correct code for the wlan button Signed-off-by: Daniel Gonzalez Cabanelas --- target/linux/brcm63xx/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/base-files') diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index afb347818f..34464ec44a 100644 --- a/target/linux/brcm63xx/base-files/etc/diag.sh +++ b/target/linux/brcm63xx/base-files/etc/diag.sh @@ -43,7 +43,7 @@ set_state() { status_led="spw303v:green:power+adsl" ;; vh4032n) - status_led="VH4032N:red:power" + status_led="VH4032N:blue:power" ;; vr-3025un) status_led="VR-3025un:green:power" -- cgit v1.2.3