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 <code@reto-schneider.ch>
[add commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
master
Reto Schneider 7 years ago committed by Mathias Kresin
parent 3a4bf25fd6
commit 58fe527931
  1. 2
      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,
},

Loading…
Cancel
Save