Skip to content
Snippets Groups Projects
Commit b1aea59f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar71xx: add support for Green WAN LED on wnr2000-v4


Signed-off-by: default avatarMichael J. Bazzinotti <mbazzinotti@gmail.com>

SVN-Revision: 45638
parent aa970f13
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,10 @@ static struct gpio_led wnr2000v4_leds_gpio[] __initdata = {
.gpio = WNR2000V4_GPIO_LED_PWR_GREEN,
.active_low = 1,
.default_trigger = "default-on",
}, {
.name = "netgear:green:wan",
.gpio = WNR2000V4_GPIO_LED_WAN_GREEN,
.active_low = 1,
}, {
.name = "netgear:amber:wan",
.gpio = WNR2000V4_GPIO_LED_WAN_AMBER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment