package/om-watchdog: add om2p-lc support
Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32610
This commit is contained in:
parent
1ea2a3cfd8
commit
518a70f06c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ boot() {
|
||||||
|
|
||||||
if [ "$board" = "om2p" ]; then
|
if [ "$board" = "om2p" ]; then
|
||||||
service_start /sbin/om-watchdog 12
|
service_start /sbin/om-watchdog 12
|
||||||
|
elif [ "$board" = "om2p-lc" ]; then
|
||||||
|
service_start /sbin/om-watchdog 26
|
||||||
else
|
else
|
||||||
#we assume it is om1p in this case
|
#we assume it is om1p in this case
|
||||||
service_start /sbin/om-watchdog 3
|
service_start /sbin/om-watchdog 3
|
||||||
|
|
Loading…
Reference in a new issue