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
;;
el-mini | \
el-m150)
- status_led="EasyLink:green:system"
+ status_led="easylink:green:system"
;;
gl-inet)
status_led="gl-connect:green:lan"
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,
},
static struct gpio_led mini_leds_gpio[] __initdata = {
{
- .name = "ELINK:green:system",
+ .name = "easylink:green:system",
.gpio = MINI_GPIO_LED_SYSTEM,
.active_low = 1,
},