Author: blogic
Date: 2014-11-14 17:58:29 +0100 (Fri, 14 Nov 2014)
New Revision: 43271

Modified:
   trunk/target/linux/ar71xx/base-files/etc/diag.sh
   trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
   trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c
Log:
ar71xx: Fix the sys LEDs on the EasyLink M150 and mini

Sets the system LED on the EasyLink M150 and mini to lower-case "easylink"

Signed-off-by: L. D. Pinney <[email protected]>

Modified: trunk/target/linux/ar71xx/base-files/etc/diag.sh
===================================================================
--- trunk/target/linux/ar71xx/base-files/etc/diag.sh    2014-11-14 16:55:32 UTC 
(rev 43270)
+++ trunk/target/linux/ar71xx/base-files/etc/diag.sh    2014-11-14 16:58:29 UTC 
(rev 43271)
@@ -73,7 +73,7 @@
                ;;
        el-mini | \
        el-m150)
-               status_led="EasyLink:green:system"
+               status_led="easylink:green:system"
                ;;
        gl-inet)
                status_led="gl-connect:green:lan"

Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
===================================================================
--- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c      
2014-11-14 16:55:32 UTC (rev 43270)
+++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c      
2014-11-14 16:58:29 UTC (rev 43271)
@@ -44,7 +44,7 @@
 
 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,
        },

Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c
===================================================================
--- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c      
2014-11-14 16:55:32 UTC (rev 43270)
+++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c      
2014-11-14 16:58:29 UTC (rev 43271)
@@ -40,7 +40,7 @@
 
 static struct gpio_led mini_leds_gpio[] __initdata = {
        {
-               .name           = "ELINK:green:system",
+               .name           = "easylink:green:system",
                .gpio           = MINI_GPIO_LED_SYSTEM,
                .active_low     = 1,
        },
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to