summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:25:51 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:25:51 +0000
commit2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b (patch)
treeaa47a818902af5c257e4d0d2248b6d910ac04fe8 /target/linux/ar71xx/base-files/etc/diag.sh
parent69965212bd5c796dc9229b71479c0d8071f06f63 (diff)
downloadmaster-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.gz
master-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.bz2
master-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.zip
ar71xx: add user-space support for the OpenMesh OM5P-AC
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49142
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 a2251d1c15..da976bd0bc 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -214,6 +214,9 @@ get_status_led() {
om5p-an)
status_led="om5p:blue:power"
;;
+ om5p-ac)
+ status_led="om5pac:blue:power"
+ ;;
omy-x1)
status_led="omy:green:power"
;;