diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:47 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:47 +0000 |
commit | 0fe49305dea4165c62583f3bce346aedfd686a99 (patch) | |
tree | fb090f9584a14402afc8a4a0a5cf0bc0b0aaf81f /target/linux/ar71xx/files/arch | |
parent | 54e69d54d624cf3a2df41bcb363f83e4add6cbaf (diff) |
ar71xx: unify LED names on Planex boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28703 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c | 12 | ||||
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c index 54dbe35fc8..4954d396ab 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c @@ -76,27 +76,27 @@ static struct flash_platform_data mzk_w04nu_flash_data = { static struct gpio_led mzk_w04nu_leds_gpio[] __initdata = { { - .name = "mzk-w04nu:green:status", + .name = "planex:green:status", .gpio = MZK_W04NU_GPIO_LED_STATUS, .active_low = 1, }, { - .name = "mzk-w04nu:blue:wps", + .name = "planex:blue:wps", .gpio = MZK_W04NU_GPIO_LED_WPS, .active_low = 1, }, { - .name = "mzk-w04nu:green:wlan", + .name = "planex:green:wlan", .gpio = MZK_W04NU_GPIO_LED_WLAN, .active_low = 1, }, { - .name = "mzk-w04nu:green:usb", + .name = "planex:green:usb", .gpio = MZK_W04NU_GPIO_LED_USB, .active_low = 1, }, { - .name = "mzk-w04nu:green:ap", + .name = "planex:green:ap", .gpio = MZK_W04NU_GPIO_LED_AP, .active_low = 1, }, { - .name = "mzk-w04nu:green:router", + .name = "planex:green:router", .gpio = MZK_W04NU_GPIO_LED_ROUTER, .active_low = 1, } diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c index 27f1738cf3..c3f2c5330c 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c @@ -75,23 +75,23 @@ static struct flash_platform_data mzk_w300nh_flash_data = { static struct gpio_led mzk_w300nh_leds_gpio[] __initdata = { { - .name = "mzk-w300nh:green:status", + .name = "planex:green:status", .gpio = MZK_W300NH_GPIO_LED_STATUS, .active_low = 1, }, { - .name = "mzk-w300nh:blue:wps", + .name = "planex:blue:wps", .gpio = MZK_W300NH_GPIO_LED_WPS, .active_low = 1, }, { - .name = "mzk-w300nh:green:wlan", + .name = "planex:green:wlan", .gpio = MZK_W300NH_GPIO_LED_WLAN, .active_low = 1, }, { - .name = "mzk-w300nh:green:ap", + .name = "planex:green:ap", .gpio = MZK_W300NH_GPIO_LED_AP, .active_low = 1, }, { - .name = "mzk-w300nh:green:router", + .name = "planex:green:router", .gpio = MZK_W300NH_GPIO_LED_ROUTER, .active_low = 1, } |