diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2016-09-21 21:13:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 21:13:17 +0200 |
commit | d6b3ca24c50047af58135ad3090f7a3a25eee35d (patch) | |
tree | 396e8a75db1ad4deccaee1f3beb9373264454e84 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 2a97364ad496e90fbf3dc723a7db44096a9955f6 (diff) | |
parent | 3411c9a885955875a02e764e34d5be21132a444e (diff) | |
download | upstream-d6b3ca24c50047af58135ad3090f7a3a25eee35d.tar.gz upstream-d6b3ca24c50047af58135ad3090f7a3a25eee35d.tar.bz2 upstream-d6b3ca24c50047af58135ad3090f7a3a25eee35d.zip |
Merge pull request #82 from ecsv/openmesh-cc
OpenMesh MR1750(v2) and OM2P-HSv3 support for Chaos Calmer
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 5a184cd79b..c5e39d0949 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -143,6 +143,10 @@ get_status_led() { mr600v2) status_led="mr600:blue:power" ;; + mr1750 | \ + mr1750v2) + status_led="mr1750:blue:power" + ;; mr900 | \ mr900v2) status_led="mr900:blue:power" @@ -168,6 +172,7 @@ get_status_led() { om2pv2 | \ om2p-hs | \ om2p-hsv2 | \ + om2p-hsv3 | \ om2p-lc) status_led="om2p:blue:power" ;; @@ -175,6 +180,10 @@ get_status_led() { om5p-an) status_led="om5p:blue:power" ;; + om5p-ac | \ + om5p-acv2) + status_led="om5pac:blue:power" + ;; onion-omega) status_led="onion:amber:system" ;; |