diff options
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c index 4669ceb..6acd991 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c @@ -52,7 +52,7 @@ static struct gpio_led wnr2000v3_leds_gpio[] __initdata = { static struct gpio_led wnr612v2_leds_gpio[] __initdata = { { - .name = "wnr612v2:green:power", + .name = "netgear:green:power", .gpio = WNR612V2_GPIO_LED_PWR_GREEN, .active_low = 1, } |