diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-10-27 07:54:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-10-27 07:54:51 +0000 |
commit | 16463467985f9acad0f6ad6b24cbd0fd6f9bca78 (patch) | |
tree | 2c8049845fe01f096999306c708c11f31b6ed3ab /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 4cc48089c75b377e6f5be3fca2bb242486fb579f (diff) | |
download | mtk-20170518-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.zip mtk-20170518-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.tar.gz mtk-20170518-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.tar.bz2 |
ar71xx: add initial support for the OpenMesh OM2P board
Based on a patch by Marek Lindner <marek@open-mesh.com>
SVN-Revision: 28617
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 873cdfe..ad4fc28 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -72,6 +72,9 @@ get_status_led() { nbg460n_550n_550nh) status_led="nbg460n:green:power" ;; + om2p) + status_led="om2p:blue:power" + ;; pb44) status_led="pb44:amber:jump1" ;; |