ar71xx: Fix the sys LEDs on the EasyLink M150 and mini
authorJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:58:29 +0000 (16:58 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:58:29 +0000 (16:58 +0000)
Sets the system LED on the EasyLink M150 and mini to lower-case "easylink"

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 43271

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c

index 2bb3304f3259b325f85fa1c7a6ca75430028078e..8f9a1e6eb8597bf64a00c00c99a999c3b9bd13d3 100755 (executable)
@@ -73,7 +73,7 @@ get_status_led() {
                ;;
        el-mini | \
        el-m150)
-               status_led="EasyLink:green:system"
+               status_led="easylink:green:system"
                ;;
        gl-inet)
                status_led="gl-connect:green:lan"
index 72a396d4420c73393f3cd5c75ea36750a9e53ebf..b95d6c2f68d3fcc77fa26bc803e18f3fb51df8c0 100644 (file)
@@ -44,7 +44,7 @@ static struct flash_platform_data EL_M150_flash_data = {
 
 static struct gpio_led EL_M150_leds_gpio[] __initdata = {
        {
-               .name           = "ELINK:green:system",
+               .name           = "easylink:green:system",
                .gpio           = EL_M150_GPIO_LED_SYSTEM,
                .active_low     = 1,
        },
index aaccb0d2578985007088f96921ba2dd6eeb6a1f6..9879b18f7c7cd51edaf92f40e78e19d8c69b975c 100644 (file)
@@ -40,7 +40,7 @@ static struct flash_platform_data mini_flash_data = {
 
 static struct gpio_led mini_leds_gpio[] __initdata = {
        {
-               .name           = "ELINK:green:system",
+               .name           = "easylink:green:system",
                .gpio           = MINI_GPIO_LED_SYSTEM,
                .active_low     = 1,
        },