aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-08 12:24:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-08 12:24:17 +0000
commitb1aea59f082fc30216e545160274534cd1545c73 (patch)
tree54af46d32cb8a251c4912ae97f0b6844e71add61
parentaa970f13a37469839e3dab54437058e97da92a67 (diff)
downloadupstream-b1aea59f082fc30216e545160274534cd1545c73.tar.gz
upstream-b1aea59f082fc30216e545160274534cd1545c73.tar.bz2
upstream-b1aea59f082fc30216e545160274534cd1545c73.zip
ar71xx: add support for Green WAN LED on wnr2000-v4
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com> SVN-Revision: 45638
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c4
1 files changed, 4 insertions, 0 deletions
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,