summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-31 18:37:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-31 18:37:15 +0000
commit01af86f6ed6841ac71090e7c5a2d0edb00b69324 (patch)
tree1f8df85f991709114ce33f8306b0649fa904980c /target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c
parent65ca4389f1ce0f91f4a58d0b8a47e273172656a0 (diff)
ar71xx: unify LED names on D-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29974 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c')
-rw-r--r--target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c
index 63cb8f48b..ab973ebfb 100644
--- a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c
+++ b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c
@@ -83,27 +83,27 @@ static struct flash_platform_data dir825b1_flash_data = {
static struct gpio_led dir825b1_leds_gpio[] __initdata = {
{
- .name = "dir825b1:blue:usb",
+ .name = "d-link:blue:usb",
.gpio = DIR825B1_GPIO_LED_BLUE_USB,
.active_low = 1,
}, {
- .name = "dir825b1:orange:power",
+ .name = "d-link:orange:power",
.gpio = DIR825B1_GPIO_LED_ORANGE_POWER,
.active_low = 1,
}, {
- .name = "dir825b1:blue:power",
+ .name = "d-link:blue:power",
.gpio = DIR825B1_GPIO_LED_BLUE_POWER,
.active_low = 1,
}, {
- .name = "dir825b1:blue:wps",
+ .name = "d-link:blue:wps",
.gpio = DIR825B1_GPIO_LED_BLUE_WPS,
.active_low = 1,
}, {
- .name = "dir825b1:orange:planet",
+ .name = "d-link:orange:planet",
.gpio = DIR825B1_GPIO_LED_ORANGE_PLANET,
.active_low = 1,
}, {
- .name = "dir825b1:blue:planet",
+ .name = "d-link:blue:planet",
.gpio = DIR825B1_GPIO_LED_BLUE_PLANET,
.active_low = 1,
}