summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:55 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:55 +0000
commit0a813e9e3c98ac69ebdae27f46e253469a5ab221 (patch)
tree7135bcc3d4d975b2a4d1f15ff5696e5ba13c04e2 /target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
parentd0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a (diff)
downloadmaster-31e0f0ae-0a813e9e3c98ac69ebdae27f46e253469a5ab221.tar.gz
master-31e0f0ae-0a813e9e3c98ac69ebdae27f46e253469a5ab221.tar.bz2
master-31e0f0ae-0a813e9e3c98ac69ebdae27f46e253469a5ab221.zip
ar71xx: use netgear prefix for WNDAP360 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38102
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
index 5b4b7b066c..80b0cf36be 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
@@ -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,
}