ar71xx: set status led for the gl-* boards
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-gl-mifi.c
index 42f4415d7fe0252aadf39e2ca50f96566c023728..412c562fa042e7abb0ccb35208bb55821efc8660 100644 (file)
 
 static struct gpio_led gl_mifi_leds_gpio[] __initdata = {
        {
-               .name = "gl-mifi:wan",
+               .name = "gl-mifi:greeen:wan",
                .gpio = GL_MIFI_GPIO_LED_WAN,
                .active_low = 0,
        },
        {
-               .name = "gl-mifi:lan",
+               .name = "gl-mifi:green:lan",
                .gpio = GL_MIFI_GPIO_LED_LAN,
                .active_low = 0,
        },
        {
-               .name = "gl-mifi:wlan",
+               .name = "gl-mifi:green:wlan",
                .gpio = GL_MIFI_GPIO_LED_WLAN,
                .active_low = 0,
        },
        {
-               .name = "gl-mifi:net",
+               .name = "gl-mifi:green:net",
                .gpio = GL_MIFI_GPIO_LED_NET,
                .active_low = 0,
        },
        {
-               .name = "gl-mifi:3gcontrol",
+               .name = "gl-mifi:green:3gcontrol",
                .gpio = GL_MIFI_GPIO_LED_3GCONTROL,
                .active_low = 0,
        }