aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-01-27 22:07:20 +0100
committerMathias Kresin <dev@kresin.me>2017-01-27 22:16:24 +0100
commit893962bcf8ad76bf6f18459d9e8f478f47ad5c5c (patch)
tree9ab4bbbaace74686673e68925ae7353e9837a4d0 /target/linux/ar71xx
parent9f7fc2376d0749c401b726bcdbf188067cb27c1c (diff)
downloadupstream-893962bcf8ad76bf6f18459d9e8f478f47ad5c5c.tar.gz
upstream-893962bcf8ad76bf6f18459d9e8f478f47ad5c5c.tar.bz2
upstream-893962bcf8ad76bf6f18459d9e8f478f47ad5c5c.zip
Revert "ar71xx: fix Archer C7 LED colour names"
This reverts commit e79ecb4c26471526552d2473bb50d331c3dafb87. The commit was incomplete and the issue that should be fixed isn't that easy fixable. The Archer C7 mach file is used for the Archer C5, WDR4900 and WDR7500 as well. Where the WDRs in compare to the Archer do have blue LEDs. 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-archer-c7.c8
1 files 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 68128fccef..f00998c669 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:green:qss",
+ .name = "tp-link:blue:qss",
.gpio = ARCHER_C7_GPIO_LED_QSS,
.active_low = 1,
},
{
- .name = "tp-link:green:system",
+ .name = "tp-link:blue:system",
.gpio = ARCHER_C7_GPIO_LED_SYSTEM,
.active_low = 1,
},
{
- .name = "tp-link:green:wlan2g",
+ .name = "tp-link:blue:wlan2g",
.gpio = ARCHER_C7_GPIO_LED_WLAN2G,
.active_low = 1,
},
{
- .name = "tp-link:green:wlan5g",
+ .name = "tp-link:blue:wlan5g",
.gpio = ARCHER_C7_GPIO_LED_WLAN5G,
.active_low = 1,
},