aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c
index 47db6de188..6f01b9e4de 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300.c
@@ -41,12 +41,12 @@
static struct gpio_led gl_ar300_leds_gpio[] __initdata = {
{
- .name = "gl_ar300:wlan",
+ .name = "gl-ar300:wlan",
.gpio = GL_AR300_GPIO_LED_WLAN,
.active_low = 1,
},
{
- .name = "gl_ar300:wan",
+ .name = "gl-ar300:wan",
.gpio = GL_AR300_GPIO_LED_WAN,
.active_low = 1,
},