2
0
forked from Ivasoft/openwrt

ar71xx: use netgear prefix for WNR2000 LED names

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

SVN-Revision: 38099
This commit is contained in:
Gabor Juhos
2013-09-21 15:55:51 +00:00
parent e33ccdc295
commit 87f7ac6b4e
3 changed files with 9 additions and 5 deletions

View File

@@ -77,19 +77,19 @@ static struct flash_platform_data wnr2000_flash_data = {
static struct gpio_led wnr2000_leds_gpio[] __initdata = {
{
.name = "wnr2000:green:power",
.name = "netgear:green:power",
.gpio = WNR2000_GPIO_LED_PWR_GREEN,
.active_low = 1,
}, {
.name = "wnr2000:amber:power",
.name = "netgear:amber:power",
.gpio = WNR2000_GPIO_LED_PWR_AMBER,
.active_low = 1,
}, {
.name = "wnr2000:green:wps",
.name = "netgear:green:wps",
.gpio = WNR2000_GPIO_LED_WPS,
.active_low = 1,
}, {
.name = "wnr2000:blue:wlan",
.name = "netgear:blue:wlan",
.gpio = WNR2000_GPIO_LED_WLAN,
.active_low = 1,
}