Browse Source

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

Signed-off-by: Michael J. Bazzinotti <[email protected]>

SVN-Revision: 45638
Felix Fietkau 10 years ago
parent
commit
b1aea59f08
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c

+ 4 - 0
target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c

@@ -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,