diff options
Diffstat (limited to 'target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c')
-rw-r--r-- | target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c b/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c index fe672ff46..a67676a65 100644 --- a/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c +++ b/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-dir-825-b1.c @@ -87,27 +87,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, } |