aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-09-21 21:13:17 +0200
committerGitHub <noreply@github.com>2016-09-21 21:13:17 +0200
commitd6b3ca24c50047af58135ad3090f7a3a25eee35d (patch)
tree396e8a75db1ad4deccaee1f3beb9373264454e84 /target/linux/ar71xx/base-files/etc/diag.sh
parent2a97364ad496e90fbf3dc723a7db44096a9955f6 (diff)
parent3411c9a885955875a02e764e34d5be21132a444e (diff)
downloadupstream-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.sh9
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"
;;