From a73934fc9ad05207e79a3e58abc3d14eee28b6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Po=C5=BEega?= Date: Thu, 18 Jul 2019 17:59:37 +0200 Subject: [PATCH] ar71xx: fix system LED names on Archer C5/C7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move system LED board definitions of Archer C5/C7 to reflect actual system LED colour used Signed-off-by: Tomislav Požega --- target/linux/ar71xx/base-files/etc/diag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 558f338cd6..8ff75627a5 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -85,8 +85,6 @@ get_status_led() { tl-wr902ac-v1) status_led="$board:green:power" ;; - archer-c5|\ - archer-c7|\ tl-mr10u|\ tl-mr12u|\ tl-mr13u|\ @@ -450,6 +448,8 @@ get_status_led() { tl-mr6400) status_led="tp-link:white:power" ;; + archer-c5|\ + archer-c7|\ tl-mr3220|\ tl-mr3220-v2|\ tl-mr3420|\