summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:51 +0000
commit87f7ac6b4e6c3bd22c361ba24fd0de018edc1c61 (patch)
treef4bfa75f53ef21f2eedf0c333d0d54243fb4ab71 /target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c
parente33ccdc2958f0929196e144543fd17d50a72728a (diff)
downloadmaster-31e0f0ae-87f7ac6b4e6c3bd22c361ba24fd0de018edc1c61.tar.gz
master-31e0f0ae-87f7ac6b4e6c3bd22c361ba24fd0de018edc1c61.tar.bz2
master-31e0f0ae-87f7ac6b4e6c3bd22c361ba24fd0de018edc1c61.zip
ar71xx: use netgear prefix for WNR2000 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38099
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c
index bd86db386a..b4da7ece32 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c
@@ -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,
}