aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:50 +0000
commit0dbe07edab1081a299c7ca6475896e91c03958fe (patch)
tree2faf729ffb200258ba9d3c216f11c23a0e841a4b /target/linux/ar71xx/files/arch/mips
parent79860a09b1e64a18f1e04aaf94178abec0b9c527 (diff)
downloadmaster-187ad058-0dbe07edab1081a299c7ca6475896e91c03958fe.tar.gz
master-187ad058-0dbe07edab1081a299c7ca6475896e91c03958fe.tar.bz2
master-187ad058-0dbe07edab1081a299c7ca6475896e91c03958fe.zip
ar71xx: use netgear prefix for WNDR3700 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c
index fccf1c6633..1315bab037 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c
@@ -51,23 +51,23 @@
static struct gpio_led wndr3700_leds_gpio[] __initdata = {
{
- .name = "wndr3700:green:power",
+ .name = "netgear:green:power",
.gpio = WNDR3700_GPIO_LED_POWER_GREEN,
.active_low = 1,
}, {
- .name = "wndr3700:orange:power",
+ .name = "netgear:orange:power",
.gpio = WNDR3700_GPIO_LED_POWER_ORANGE,
.active_low = 1,
}, {
- .name = "wndr3700:green:wps",
+ .name = "netgear:green:wps",
.gpio = WNDR3700_GPIO_LED_WPS_GREEN,
.active_low = 1,
}, {
- .name = "wndr3700:orange:wps",
+ .name = "netgear:orange:wps",
.gpio = WNDR3700_GPIO_LED_WPS_ORANGE,
.active_low = 1,
}, {
- .name = "wndr3700:green:wan",
+ .name = "netgear:green:wan",
.gpio = WNDR3700_GPIO_LED_WAN_GREEN,
.active_low = 1,
}