mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: change LED name prefix on the jjplus boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user