mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 00:45:28 +00:00
ar71xx: change LED name prefix on the jjplus boards
SVN-Revision: 30956
This commit is contained in:
parent
90279757bb
commit
a680662391
@ -68,7 +68,7 @@ get_status_led() {
|
|||||||
status_led="alfa:blue:wps"
|
status_led="alfa:blue:wps"
|
||||||
;;
|
;;
|
||||||
ja76pf)
|
ja76pf)
|
||||||
status_led="ja76pf:green:led1"
|
status_led="jjplus:green:led1"
|
||||||
;;
|
;;
|
||||||
ls-sr71)
|
ls-sr71)
|
||||||
status_led="ubnt:green:d22"
|
status_led="ubnt:green:d22"
|
||||||
|
@ -28,15 +28,15 @@
|
|||||||
|
|
||||||
static struct gpio_led ja76pf_leds_gpio[] __initdata = {
|
static struct gpio_led ja76pf_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
.name = "ja76pf:green:led1",
|
.name = "jjplus:green:led1",
|
||||||
.gpio = JA76PF_GPIO_LED_1,
|
.gpio = JA76PF_GPIO_LED_1,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}, {
|
}, {
|
||||||
.name = "ja76pf:green:led2",
|
.name = "jjplus:green:led2",
|
||||||
.gpio = JA76PF_GPIO_LED_2,
|
.gpio = JA76PF_GPIO_LED_2,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}, {
|
}, {
|
||||||
.name = "ja76pf:green:led3",
|
.name = "jjplus:green:led3",
|
||||||
.gpio = JA76PF_GPIO_LED_3,
|
.gpio = JA76PF_GPIO_LED_3,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user