ar71xx: Fix the sys LEDs on the EasyLink M150 and mini
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Nov 2014 16:58:29 +0000 (16:58 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43271 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 2bb3304..8f9a1e6 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 72a396d..b95d6c2 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 aaccb0d..9879b18 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,
        },