mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: Fix GL.iNet WLAN LED
LED script expects WLAN LED to be "gl-connect:red:wlan". Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41793owl
parent
8295b1f7f2
commit
a440524f85
|
@ -41,7 +41,7 @@ static struct flash_platform_data gl_inet_flash_data = {
|
||||||
|
|
||||||
static struct gpio_led gl_inet_leds_gpio[] __initdata = {
|
static struct gpio_led gl_inet_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
.name = "gl-connect:red:wireless",
|
.name = "gl-connect:red:wlan",
|
||||||
.gpio = GL_INET_GPIO_LED_WLAN,
|
.gpio = GL_INET_GPIO_LED_WLAN,
|
||||||
.active_low = 0,
|
.active_low = 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue