ar71xx: fix amber WAN LED setting for wnr2000-v4
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2015 12:24:03 +0000 (12:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2015 12:24:03 +0000 (12:24 +0000)
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com>
SVN-Revision: 45636

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

index 9c10b9512833524d428814efa915af1736eb4c45..6718b16043ed14cc717332a5af58fd4667890499 100644 (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,
        },