aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@open-mesh.com>2016-05-19 20:21:04 +0200
committerSven Eckelmann <sven@narfation.org>2016-09-21 18:16:54 +0200
commit1c49922adafa98db2f70bf263f7db2c212740a05 (patch)
tree066abca49c74cb0d75d75551ca6582e0a3889c7d /target/linux/ar71xx/base-files/etc/diag.sh
parentbdf20fd1f13bed08812d2ccf211f3fd747bb6fb2 (diff)
downloadupstream-1c49922adafa98db2f70bf263f7db2c212740a05.tar.gz
upstream-1c49922adafa98db2f70bf263f7db2c212740a05.tar.bz2
upstream-1c49922adafa98db2f70bf263f7db2c212740a05.zip
ar71xx: add user-space support for the OpenMesh OM5P-AC
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> Backport of r49142
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index b2ee163b8b..7528620993 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -178,6 +178,9 @@ get_status_led() {
om5p-an)
status_led="om5p:blue:power"
;;
+ om5p-ac)
+ status_led="om5pac:blue:power"
+ ;;
onion-omega)
status_led="onion:amber:system"
;;