summaryrefslogtreecommitdiffstats
path: root/package/om-watchdog
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:52 +0000
commit518a70f06c0e3cc866d15e7d072725d5d7b65f8e (patch)
treebbacb09b50fce833719d4b285b817ec84d21cf6f /package/om-watchdog
parent1ea2a3cfd82a0123889bb784c001d2e0e733f867 (diff)
downloadmaster-31e0f0ae-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.tar.gz
master-31e0f0ae-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.tar.bz2
master-31e0f0ae-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.zip
package/om-watchdog: add om2p-lc support
Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32610
Diffstat (limited to 'package/om-watchdog')
-rw-r--r--package/om-watchdog/files/om-watchdog.init2
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