diff options
author | Tomislav Požega <pozega.tomislav@gmail.com> | 2019-07-18 17:59:37 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-19 00:10:43 +0100 |
commit | 6962c1e4957730f81186e1faa14b984899018955 (patch) | |
tree | e61523061053f170a78e32fc5c887f984352f74f /target/linux/ar71xx | |
parent | e6a7eacfeac6bfcc6ffd7efca766b1e85e1b133d (diff) | |
download | upstream-6962c1e4957730f81186e1faa14b984899018955.tar.gz upstream-6962c1e4957730f81186e1faa14b984899018955.tar.bz2 upstream-6962c1e4957730f81186e1faa14b984899018955.zip |
ar71xx: fix system LED names on Archer C5/C7
Move system LED board definitions of Archer C5/C7 to reflect
actual system LED colour used
Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
(cherry picked from commit a73934fc9ad05207e79a3e58abc3d14eee28b6f2)
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 4 |
1 files 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 4eb2abb26c..62ed94ee6a 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -83,8 +83,6 @@ get_status_led() { tl-wr902ac-v1) status_led="$board:green:power" ;; - archer-c5|\ - archer-c7|\ tl-mr10u|\ tl-mr12u|\ tl-mr13u|\ @@ -444,6 +442,8 @@ get_status_led() { tl-mr6400) status_led="tp-link:white:power" ;; + archer-c5|\ + archer-c7|\ tl-mr3220|\ tl-mr3220-v2|\ tl-mr3420|\ |