aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-14 16:58:29 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-14 16:58:29 +0000
commit1e3d1eb0031b468c979459e90bc6641aaf08091b (patch)
tree33665fa7424d10a5c4336bd9c9597da7b11e7390 /target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c
parent3368bcd2ba8859d891035d4d5230f2e285084167 (diff)
downloadmaster-187ad058-1e3d1eb0031b468c979459e90bc6641aaf08091b.tar.gz
master-187ad058-1e3d1eb0031b468c979459e90bc6641aaf08091b.tar.bz2
master-187ad058-1e3d1eb0031b468c979459e90bc6641aaf08091b.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43271 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c2
1 files changed, 1 insertions, 1 deletions
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,
},