diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-27 07:54:51 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-27 07:54:51 +0000 |
commit | 85713e36cb1b74c0b6598d67eff916a7bab41209 (patch) | |
tree | b18e84d1f890e19d2ab0b4b515df90fdc78764a5 /target/linux/ar71xx/base-files/etc | |
parent | 708b461947715669a071faac5350be0f11ec2312 (diff) |
ar71xx: add initial support for the OpenMesh OM2P board
Based on a patch by Marek Lindner <marek@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28617 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-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 873cdfe99..ad4fc28b7 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" ;; |