summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:54 +0000
commitd0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a (patch)
tree8bf1ff76926977cddc65f6ae0977f4f4b49b8b1b /target/linux/ar71xx/files
parentae7d14f70135268f8e92d14d98c8cfcc31923e16 (diff)
downloadmaster-31e0f0ae-d0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a.tar.gz
master-31e0f0ae-d0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a.tar.bz2
master-31e0f0ae-d0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a.zip
ar71xx: use netgear prefix for WNR612 v2 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38101
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c2
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 4669cebdea..6acd991eb6 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,
}