ar71xx: Fix GL.iNet WLAN LED
authorJohn Crispin <john@openwrt.org>
Mon, 21 Jul 2014 19:26:46 +0000 (19:26 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 21 Jul 2014 19:26:46 +0000 (19:26 +0000)
LED script expects WLAN LED to be "gl-connect:red:wlan".

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 41793

target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c

index ef1b54f8e0b19878cd96eef0221207d241e7eeca..0713f1403d5ff6f631c134a7a2c03cf7ba98c359 100644 (file)
@@ -41,7 +41,7 @@ static struct flash_platform_data gl_inet_flash_data = {
 
 static struct gpio_led gl_inet_leds_gpio[] __initdata = {
        {
-               .name = "gl-connect:red:wireless",
+               .name = "gl-connect:red:wlan",
                .gpio = GL_INET_GPIO_LED_WLAN,
                .active_low = 0,
        },