diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:25:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:25:51 +0000 |
commit | 2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b (patch) | |
tree | aa47a818902af5c257e4d0d2248b6d910ac04fe8 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 69965212bd5c796dc9229b71479c0d8071f06f63 (diff) | |
download | upstream-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.gz upstream-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.bz2 upstream-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.sh | 3 |
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" ;; |