diff options
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c index 5b4b7b066c..80b0cf36be 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c @@ -46,11 +46,11 @@ */ static struct gpio_led wndap360_leds_gpio[] __initdata = { { - .name = "wndap360:green:power", + .name = "netgear:green:power", .gpio = WNDAP360_GPIO_LED_POWER_GREEN, .active_low = 1, }, { - .name = "wndap360:orange:power", + .name = "netgear:orange:power", .gpio = WNDAP360_GPIO_LED_POWER_ORANGE, .active_low = 1, } |