ar71xx: fix amber WAN LED setting for wnr2000-v4
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com> SVN-Revision: 45636
This commit is contained in:
parent
5e1e04e505
commit
17c78d12bd
@ -57,7 +57,7 @@ static struct gpio_led wnr2000v4_leds_gpio[] __initdata = {
|
|||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
.default_trigger = "default-on",
|
.default_trigger = "default-on",
|
||||||
}, {
|
}, {
|
||||||
.name = "netgear:green:wan",
|
.name = "netgear:amber:wan",
|
||||||
.gpio = WNR2000V4_GPIO_LED_WAN_AMBER,
|
.gpio = WNR2000V4_GPIO_LED_WAN_AMBER,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user