aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2017-10-24 14:23:58 +0200
committerMathias Kresin <dev@kresin.me>2017-10-25 09:22:13 +0200
commit080061c1ba61805974aed22dbf59438da329e5ea (patch)
treedb5014493cf8e27d33b565ac532f01b3fe891728 /target/linux/ar71xx/files
parent9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7 (diff)
downloadupstream-080061c1ba61805974aed22dbf59438da329e5ea.tar.gz
upstream-080061c1ba61805974aed22dbf59438da329e5ea.tar.bz2
upstream-080061c1ba61805974aed22dbf59438da329e5ea.zip
ar71xx: fix LED names for GL-AR150
Add the respective colour to the LED's names for the GL-AR150 to be conform to the kernel. Also add netdev triggers for the LAN and WAN LED. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
index e0d1ea4381..df52784919 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
@@ -42,17 +42,17 @@
static struct gpio_led gl_ar150_leds_gpio[] __initdata = {
{
- .name = "gl-ar150:wlan",
+ .name = "gl-ar150:orange:wlan",
.gpio = GL_AR150_GPIO_LED_WLAN,
.active_low = 0,
},
{
- .name = "gl-ar150:lan",
+ .name = "gl-ar150:green:lan",
.gpio = GL_AR150_GPIO_LED_LAN,
.active_low = 0,
},
{
- .name = "gl-ar150:wan",
+ .name = "gl-ar150:green:wan",
.gpio = GL_AR150_GPIO_LED_WAN,
.active_low = 0,
.default_state = 1,