From: Reto Schneider Date: Mon, 2 Apr 2018 04:21:49 +0000 (+0200) Subject: ar71xx: Fix typo in wan LED color of gl-mifi X-Git-Tag: v18.06.0-rc1~478 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=58fe5279318b0bcc398ea5bde68db4ce204daa8b 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 [add commit message] Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c index 9f8ca2f46b..a5c68ed65a 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c +++ b/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, },