[openwrt/openwrt] ar71xx: Fix typo in wan LED color of gl-mifi

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 4 00:30:11 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/58fe5279318b0bcc398ea5bde68db4ce204daa8b

commit 58fe5279318b0bcc398ea5bde68db4ce204daa8b
Author: Reto Schneider <code at reto-schneider.ch>
AuthorDate: Mon Apr 2 06:21:49 2018 +0200

    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 at reto-schneider.ch>
    [add commit message]
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9f8ca2f..a5c68ed 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,
 	},



More information about the lede-commits mailing list