diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
index 68128fccef63cb97fc87510b37bd4533bc0d1129..f00998c66964566a6887cd619baa5b69d1a4ac17 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c
@@ -74,22 +74,22 @@ static struct flash_platform_data archer_c7_flash_data = {
 
 static struct gpio_led archer_c7_leds_gpio[] __initdata = {
 	{
-		.name		= "tp-link:green:qss",
+		.name		= "tp-link:blue:qss",
 		.gpio		= ARCHER_C7_GPIO_LED_QSS,
 		.active_low	= 1,
 	},
 	{
-		.name		= "tp-link:green:system",
+		.name		= "tp-link:blue:system",
 		.gpio		= ARCHER_C7_GPIO_LED_SYSTEM,
 		.active_low	= 1,
 	},
 	{
-		.name		= "tp-link:green:wlan2g",
+		.name		= "tp-link:blue:wlan2g",
 		.gpio		= ARCHER_C7_GPIO_LED_WLAN2G,
 		.active_low	= 1,
 	},
 	{
-		.name		= "tp-link:green:wlan5g",
+		.name		= "tp-link:blue:wlan5g",
 		.gpio		= ARCHER_C7_GPIO_LED_WLAN5G,
 		.active_low	= 1,
 	},