diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-05-20 17:53:08 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-23 12:19:23 +0200 |
commit | e10d12411c607a4ff5fa206b9120954235fcc881 (patch) | |
tree | ab6805586d38df38711c6e2b7fb0e1b051f7e5cb /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 8010e8a37019a35b228f60603066b9465a7dbed1 (diff) | |
download | upstream-e10d12411c607a4ff5fa206b9120954235fcc881.tar.gz upstream-e10d12411c607a4ff5fa206b9120954235fcc881.tar.bz2 upstream-e10d12411c607a4ff5fa206b9120954235fcc881.zip |
ar71xx: add user-space support for the OpenMesh OM2P-HSv3
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 5e6d305593..10e6eae726 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -207,6 +207,7 @@ get_status_led() { om2pv2 | \ om2p-hs | \ om2p-hsv2 | \ + om2p-hsv3 | \ om2p-lc) status_led="om2p:blue:power" ;; |