From e33ccdc2958f0929196e144543fd17d50a72728a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 21 Sep 2013 15:55:50 +0000 Subject: ar71xx: use netgear prefix for WNDR3700 LED names Signed-off-by: Gabor Juhos SVN-Revision: 38098 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79') 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, } -- cgit v1.2.3