diff options
author | John Crispin <john@openwrt.org> | 2014-07-21 19:26:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-21 19:26:46 +0000 |
commit | a440524f8565cbf8147041b7b850d6b56613e25d (patch) | |
tree | 96eebf6453cf6ea8a7798edcabb8b66c5fdecb2a /target/linux/ar71xx | |
parent | 8295b1f7f2a67ad2e6a61e6fa633ec809e865703 (diff) | |
download | upstream-a440524f8565cbf8147041b7b850d6b56613e25d.tar.gz upstream-a440524f8565cbf8147041b7b850d6b56613e25d.tar.bz2 upstream-a440524f8565cbf8147041b7b850d6b56613e25d.zip |
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: 41793
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c index ef1b54f8e0..0713f1403d 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c @@ -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, }, |