diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:21:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:21:02 +0000 |
commit | c788102ebc0b8bf9590011fe5de291fb876c2974 (patch) | |
tree | 41ef79e9cc82e0d7c9282bc993abd3c82be9a26d /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | ef5f37a08dfc405b2e9281f8482d32645d8a4760 (diff) | |
download | mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.zip mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.tar.gz mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.tar.bz2 |
ar71xx: add user-space support for OpenMesh OM2Pv2
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40956
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | 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 7647039..616c8cc 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -98,6 +98,7 @@ get_status_led() { status_led="nbg6716:white:power" ;; om2p | \ + om2pv2 | \ om2p-hs | \ om2p-lc) status_led="om2p:blue:power" |