ar71xx: fix LED names for GL Innovations boards
[openwrt/staging/lynxis/omap.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-gl-inet.c
index 0713f1403d5ff6f631c134a7a2c03cf7ba98c359..6f603d9579c2cfebe7e55a73ba664f8066ab0d92 100644 (file)
@@ -41,12 +41,12 @@ static struct flash_platform_data gl_inet_flash_data = {
 
 static struct gpio_led gl_inet_leds_gpio[] __initdata = {
        {
-               .name = "gl-connect:red:wlan",
+               .name = "gl-inet:red:wlan",
                .gpio = GL_INET_GPIO_LED_WLAN,
                .active_low = 0,
        },
        {
-               .name = "gl-connect:green:lan",
+               .name = "gl-inet:green:lan",
                .gpio = GL_INET_GPIO_LED_LAN,
                .active_low = 0,
                .default_state = 1,