mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add support for Green WAN LED on wnr2000-v4
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45638 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user