aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-08 12:23:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-08 12:23:27 +0000
commitd3c9b5e81e3fa1c52e55a9f1235fe8a4f252ce14 (patch)
treed57bb47bf416984248b7ba357ac8bce9e6736c29 /target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c
parentda82db150179dbb5a403b5fd88741f309b03b01c (diff)
downloadmaster-187ad058-d3c9b5e81e3fa1c52e55a9f1235fe8a4f252ce14.tar.gz
master-187ad058-d3c9b5e81e3fa1c52e55a9f1235fe8a4f252ce14.tar.bz2
master-187ad058-d3c9b5e81e3fa1c52e55a9f1235fe8a4f252ce14.zip
ar71xx: use a common naming scheme for LEDS on wnr2000-v4
It is common that the router provider be used rather than product name. One can see this in target/linux/ar71xx/base-files/etc/uci-defaults/01_leds Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c
index d8437dce4d..36896b7271 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c
@@ -52,44 +52,44 @@
static struct gpio_led wnr2000v4_leds_gpio[] __initdata = {
{
- .name = "wnr2000-v4:green:power",
+ .name = "netgear:green:power",
.gpio = WNR2000V4_GPIO_LED_PWR_GREEN,
.active_low = 1,
.default_trigger = "default-on",
}, {
- .name = "wnr2000-v4:green:wan",
+ .name = "netgear:green:wan",
.gpio = WNR2000V4_GPIO_LED_WAN_AMBER,
.active_low = 1,
},
{
- .name = "wnr2000-v4:green:wps",
+ .name = "netgear:green:wps",
.gpio = WNR2000V4_GPIO_LED_WPS,
.active_low = 1,
},
{
- .name = "wnr2000-v4:amber:status",
+ .name = "netgear:amber:status",
.gpio = STATUS_LED_GPIO,
.active_low = 1,
},
{
- .name = "wnr2000-v4:blue:wlan",
+ .name = "netgear:blue:wlan",
.gpio = WNR2000V4_GPIO_LED_WLAN,
.active_low = 1,
},
{
- .name = "wnr2000-v4:amber:lan1",
+ .name = "netgear:amber:lan1",
.gpio = WNR2000V4_GPIO_LED_LAN1,
.active_low = 1,
}, {
- .name = "wnr2000-v4:amber:lan2",
+ .name = "netgear:amber:lan2",
.gpio = WNR2000V4_GPIO_LED_LAN2,
.active_low = 1,
}, {
- .name = "wnr2000-v4:amber:lan3",
+ .name = "netgear:amber:lan3",
.gpio = WNR2000V4_GPIO_LED_LAN3,
.active_low = 1,
}, {
- .name = "wnr2000-v4:amber:lan4",
+ .name = "netgear:amber:lan4",
.gpio = WNR2000V4_GPIO_LED_LAN4,
.active_low = 1,
}