ar71xx: fix amber WAN LED setting for wnr2000-v4

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2015-05-08 12:24:03 +00:00
parent 50ad81bbcb
commit 7918d6240c

View File

@@ -57,7 +57,7 @@ static struct gpio_led wnr2000v4_leds_gpio[] __initdata = {
.active_low = 1,
.default_trigger = "default-on",
}, {
.name = "netgear:green:wan",
.name = "netgear:amber:wan",
.gpio = WNR2000V4_GPIO_LED_WAN_AMBER,
.active_low = 1,
},