diff options
author | Reto Schneider <code@reto-schneider.ch> | 2018-04-02 06:21:49 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-04 09:27:18 +0200 |
commit | 58fe5279318b0bcc398ea5bde68db4ce204daa8b (patch) | |
tree | 7b1dbe1a997f1e4292d962078c104e7a0b13dd0c /target/linux/ar71xx | |
parent | 3a4bf25fd6828fcc7172c36601774f8a279d7692 (diff) | |
download | upstream-58fe5279318b0bcc398ea5bde68db4ce204daa8b.tar.gz upstream-58fe5279318b0bcc398ea5bde68db4ce204daa8b.tar.bz2 upstream-58fe5279318b0bcc398ea5bde68db4ce204daa8b.zip |
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>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |