diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2018-12-30 14:59:30 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-27 11:52:24 +0100 |
commit | 6b2b35e0437563c60ebea2a1a61dd2a084b15505 (patch) | |
tree | 02f39c495e8b0dcc7e4284ea1696d222dedbab9c /target/linux/brcm63xx/base-files/etc | |
parent | 9b47e4c0070a392dd81a078d68152fdd3149cd44 (diff) | |
download | upstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.tar.gz upstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.tar.bz2 upstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.zip |
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 <dgcbueu@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |