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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41793 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2014-07-21 19:26:46 +00:00
parent 8d8ae56844
commit 37541620c0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static struct flash_platform_data gl_inet_flash_data = {
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,
.active_low = 0,
},