diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-06-02 11:25:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:18:04 +0100 |
commit | bdfe4c12180fc50fabcc56ca52f771ab56e068a4 (patch) | |
tree | 95615d1c92625740f0e2b28a28c64ff1b87a3fd6 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | e1b50457b0356586211dc02376ddfb5b33eab8e6 (diff) | |
download | upstream-bdfe4c12180fc50fabcc56ca52f771ab56e068a4.tar.gz upstream-bdfe4c12180fc50fabcc56ca52f771ab56e068a4.tar.bz2 upstream-bdfe4c12180fc50fabcc56ca52f771ab56e068a4.zip |
ar71xx: add user-space support for the OpenMesh OM2Pv4/-HSv4
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index edcf621b76..17b324d65e 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -242,9 +242,11 @@ get_status_led() { ;; om2p|\ om2pv2|\ + om2pv4|\ om2p-hs|\ om2p-hsv2|\ om2p-hsv3|\ + om2p-hsv4|\ om2p-lc) status_led="om2p:blue:power" ;; |