diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:21 +0000 |
commit | 42d3a55347f27e6da477574a0e5c1d7b69aba5a8 (patch) | |
tree | de42a5919bca44fd7ed95a7c0056a701c92ec8c5 /target/linux/ramips/files/arch/mips/ralink | |
parent | 39689b648f3cebb0060a5a34905fbbb58bd9970a (diff) | |
download | upstream-42d3a55347f27e6da477574a0e5c1d7b69aba5a8.tar.gz upstream-42d3a55347f27e6da477574a0e5c1d7b69aba5a8.tar.bz2 upstream-42d3a55347f27e6da477574a0e5c1d7b69aba5a8.zip |
ramips: rt305x: rename LEDs on the DIR-300-B1
SVN-Revision: 27806
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c index 5a947e80f7..726338908e 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c @@ -73,15 +73,15 @@ static struct physmap_flash_data dir_300b_flash_data = { static struct gpio_led dir_300b_leds_gpio[] __initdata = { { - .name = "dir-300b:amber:status", + .name = "d-link:amber:status", .gpio = DIR_300B_GPIO_LED_STATUS_AMBER, .active_low = 1, }, { - .name = "dir-300b:green:status", + .name = "d-link:green:status", .gpio = DIR_300B_GPIO_LED_STATUS_GREEN, .active_low = 1, }, { - .name = "dir-300b:blue:wps", + .name = "d-link:blue:wps", .gpio = DIR_300B_GPIO_LED_WPS, .active_low = 1, } |