summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-14 16:58:29 +0000
committerJohn Crispin <john@openwrt.org>2014-11-14 16:58:29 +0000
commit6fafcba63be3c8553e528a093da8bb1686a4fee5 (patch)
treeb09f6938179d854e38da4871b58c49c0ed4e9fb7 /target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
parentb6f5713b3f5cf343c5ffd893976eaaa86253e03a (diff)
downloadmaster-31e0f0ae-6fafcba63be3c8553e528a093da8bb1686a4fee5.tar.gz
master-31e0f0ae-6fafcba63be3c8553e528a093da8bb1686a4fee5.tar.bz2
master-31e0f0ae-6fafcba63be3c8553e528a093da8bb1686a4fee5.zip
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 <ldpinney@gmail.com> SVN-Revision: 43271
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
index 72a396d442..b95d6c2f68 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c
@@ -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,
},