diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 18:00:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 18:00:26 +0000 |
commit | a68066239124879f0089da56c817254c8a354e24 (patch) | |
tree | f7057010004948d608ad942c9781c0a2e8c6efa7 /target/linux/ar71xx/files/arch | |
parent | 90279757bb3b2618a07ccd952a08f03c835e5a20 (diff) | |
download | upstream-a68066239124879f0089da56c817254c8a354e24.tar.gz upstream-a68066239124879f0089da56c817254c8a354e24.tar.bz2 upstream-a68066239124879f0089da56c817254c8a354e24.zip |
ar71xx: change LED name prefix on the jjplus boards
SVN-Revision: 30956
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c index 46c12c1be3..1f170763a4 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c @@ -28,15 +28,15 @@ static struct gpio_led ja76pf_leds_gpio[] __initdata = { { - .name = "ja76pf:green:led1", + .name = "jjplus:green:led1", .gpio = JA76PF_GPIO_LED_1, .active_low = 1, }, { - .name = "ja76pf:green:led2", + .name = "jjplus:green:led2", .gpio = JA76PF_GPIO_LED_2, .active_low = 1, }, { - .name = "ja76pf:green:led3", + .name = "jjplus:green:led3", .gpio = JA76PF_GPIO_LED_3, .active_low = 1, } |