From: Felix Fietkau Date: Fri, 8 May 2015 12:24:17 +0000 (+0000) Subject: ar71xx: add support for Green WAN LED on wnr2000-v4 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e63374aa2ac15696379128414844f2aab1ec56e8;p=15.05%2Fopenwrt.git ar71xx: add support for Green WAN LED on wnr2000-v4 Signed-off-by: Michael J. Bazzinotti git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45638 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c index 80044f45c0..eb0979a3cb 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c @@ -61,6 +61,10 @@ static struct gpio_led wnr2000v4_leds_gpio[] __initdata = { .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, .active_low = 1,