diff options
author | Wojciech Jowsa <w.jowsa@radytek.com> | 2017-02-15 12:38:07 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-06 07:50:11 +0100 |
commit | f223c4a9230f520f27bf0e1c458335b79935805a (patch) | |
tree | 8205c144f6e55f0d551465003c47ed089c75124a /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 787cb58574285e0b968d7612528f9d7ae81395da (diff) | |
download | upstream-f223c4a9230f520f27bf0e1c458335b79935805a.tar.gz upstream-f223c4a9230f520f27bf0e1c458335b79935805a.tar.bz2 upstream-f223c4a9230f520f27bf0e1c458335b79935805a.zip |
ar71xx: set status led for the gl-* boards
Signed-off-by: Wojciech Jowsa <w.jowsa@radytek.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 106464105a..7987e51a67 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -61,7 +61,9 @@ get_status_led() { ap90q|\ cpe830|\ cpe870|\ - gl-inet) + gl-inet|\ + gl-mifi|\ + gl-ar300m) status_led="$board:green:lan" ;; ap96) |