From 6fafcba63be3c8553e528a093da8bb1686a4fee5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 16:58:29 +0000 Subject: 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 SVN-Revision: 43271 --- target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c index aaccb0d257..9879b18f7c 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c @@ -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, }, -- cgit v1.2.3