Browse Source

ar71xx: Fix typo in wan LED color of gl-mifi

It was wrong from the beginning and the trigger for the wan led was
never set due to the typo.

Signed-off-by: Reto Schneider <[email protected]>
[add commit message]
Signed-off-by: Mathias Kresin <[email protected]>
Reto Schneider 8 years ago
parent
commit
58fe527931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c

+ 1 - 1
target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c

@@ -41,7 +41,7 @@
 
 static struct gpio_led gl_mifi_leds_gpio[] __initdata = {
 	{
-		.name = "gl-mifi:greeen:wan",
+		.name = "gl-mifi:green:wan",
 		.gpio = GL_MIFI_GPIO_LED_WAN,
 		.active_low = 0,
 	},