diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:52 +0000 |
commit | 518a70f06c0e3cc866d15e7d072725d5d7b65f8e (patch) | |
tree | bbacb09b50fce833719d4b285b817ec84d21cf6f /package | |
parent | 1ea2a3cfd82a0123889bb784c001d2e0e733f867 (diff) | |
download | mtk-20170518-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.zip mtk-20170518-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.tar.gz mtk-20170518-518a70f06c0e3cc866d15e7d072725d5d7b65f8e.tar.bz2 |
package/om-watchdog: add om2p-lc support
Patch-by: Marek Linder <marek@open-mesh.com>
SVN-Revision: 32610
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 d598c86..f4d9d44 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 |