aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
index 0713f1403d..6f603d9579 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
@@ -41,12 +41,12 @@ static struct flash_platform_data gl_inet_flash_data = {
static struct gpio_led gl_inet_leds_gpio[] __initdata = {
{
- .name = "gl-connect:red:wlan",
+ .name = "gl-inet:red:wlan",
.gpio = GL_INET_GPIO_LED_WLAN,
.active_low = 0,
},
{
- .name = "gl-connect:green:lan",
+ .name = "gl-inet:green:lan",
.gpio = GL_INET_GPIO_LED_LAN,
.active_low = 0,
.default_state = 1,