[source] ar71xx: fix Archer C7 LED colour names
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 27 02:13:25 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/e79ecb4c26471526552d2473bb50d331c3dafb87
commit e79ecb4c26471526552d2473bb50d331c3dafb87
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Jan 24 23:24:59 2017 +0100
ar71xx: fix Archer C7 LED colour names
All LEDs on this board are green.
Fixes: FS#409
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
index f00998c..68128fc 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
@@ -74,22 +74,22 @@ static struct flash_platform_data archer_c7_flash_data = {
static struct gpio_led archer_c7_leds_gpio[] __initdata = {
{
- .name = "tp-link:blue:qss",
+ .name = "tp-link:green:qss",
.gpio = ARCHER_C7_GPIO_LED_QSS,
.active_low = 1,
},
{
- .name = "tp-link:blue:system",
+ .name = "tp-link:green:system",
.gpio = ARCHER_C7_GPIO_LED_SYSTEM,
.active_low = 1,
},
{
- .name = "tp-link:blue:wlan2g",
+ .name = "tp-link:green:wlan2g",
.gpio = ARCHER_C7_GPIO_LED_WLAN2G,
.active_low = 1,
},
{
- .name = "tp-link:blue:wlan5g",
+ .name = "tp-link:green:wlan5g",
.gpio = ARCHER_C7_GPIO_LED_WLAN5G,
.active_low = 1,
},
More information about the lede-commits
mailing list