From 9c5af2489a272b98930847c2dcdec207187a5baa Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 6 Dec 2016 16:18:49 +0100 Subject: ar71xx: fix LEDs and sysupgrade support for TL-WA801ND v3 Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c index 39cdb10ee3..054c14ee73 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c @@ -24,7 +24,7 @@ #include "machtypes.h" #define TL_WA801NDV3_GPIO_LED_WLAN 12 -#define TL_WA801NDV3_GPIO_LED_QSS 13 +#define TL_WA801NDV3_GPIO_LED_SYSTEM 13 #define TL_WA801NDV3_GPIO_LED_SECURITY_RED 11 #define TL_WA801NDV3_GPIO_LED_SECURITY_GREEN 15 #define TL_WA801NDV3_GPIO_LED_LAN 3 @@ -46,8 +46,8 @@ static struct flash_platform_data tl_wa801n_v3_flash_data = { static struct gpio_led tl_wa801n_v3_leds_gpio[] __initdata = { { - .name = "tp-link:green:qss", - .gpio = TL_WA801NDV3_GPIO_LED_QSS, + .name = "tp-link:green:system", + .gpio = TL_WA801NDV3_GPIO_LED_SYSTEM, .active_low = 1, }, { .name = "tp-link:green:lan", -- cgit v1.2.3