diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-05 08:26:52 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-05 08:26:52 +0000 |
commit | 38f3dd88256281c01be63f2fe5dd8ad82cd190f0 (patch) | |
tree | e72a08ba5d7c29136d9652f5640db1dc15399fec /package | |
parent | dd71ce4e82d7217058548aa1d0069cc42b80fdaf (diff) |
package/om-watchdog: add om2p-lc support
Patch-by: Marek Linder <marek@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/om-watchdog/files/om-watchdog.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/om-watchdog/files/om-watchdog.init b/package/om-watchdog/files/om-watchdog.init index d598c86a38..f4d9d4432e 100644 --- a/package/om-watchdog/files/om-watchdog.init +++ b/package/om-watchdog/files/om-watchdog.init @@ -15,6 +15,8 @@ boot() { if [ "$board" = "om2p" ]; then service_start /sbin/om-watchdog 12 + elif [ "$board" = "om2p-lc" ]; then + service_start /sbin/om-watchdog 26 else #we assume it is om1p in this case service_start /sbin/om-watchdog 3 |