projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea2a3c
)
package/om-watchdog: add om2p-lc support
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:52 +0000
(08:26 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:52 +0000
(08:26 +0000)
Patch-by: Marek Linder <marek@open-mesh.com>
SVN-Revision: 32610
package/om-watchdog/files/om-watchdog.init
patch
|
blob
|
history
diff --git
a/package/om-watchdog/files/om-watchdog.init
b/package/om-watchdog/files/om-watchdog.init
index d598c86a38a75dacbe87d5f518d9e7d02e24eaae..f4d9d4432ee5afb142e33179c6ff3aeb5aa34acb 100644
(file)
--- 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