2
0
forked from Ivasoft/openwrt

ar71xx: use netgear prefix for WNDAP360 LED names

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38102
This commit is contained in:
Gabor Juhos
2013-09-21 15:55:55 +00:00
parent d0fe16cedf
commit 0a813e9e3c
4 changed files with 8 additions and 4 deletions

View File

@@ -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,
}