diff options
author | John Crispin <john@openwrt.org> | 2014-07-20 17:30:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-20 17:30:44 +0000 |
commit | e50abb5d53063f034634d7187714f515a858017e (patch) | |
tree | 78a242819d329c6a02a96dc6fd15955180e4875d /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | f424994cbc4e36cc1897af0709fc359d69f69467 (diff) | |
download | upstream-e50abb5d53063f034634d7187714f515a858017e.tar.gz upstream-e50abb5d53063f034634d7187714f515a858017e.tar.bz2 upstream-e50abb5d53063f034634d7187714f515a858017e.zip |
ar71xx: add user-space support for the OpenMesh OM5P
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: 41770
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | 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 d94d410863..566b53dcf3 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -124,6 +124,9 @@ get_status_led() { om2p-lc) status_led="om2p:blue:power" ;; + om5p) + status_led="om5p:blue:power" + ;; pb44) status_led="pb44:amber:jump1" ;; |