package/om-watchdog: add om2p-lc support
authorGabor Juhos <juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:52 +0000 (08:26 +0000)
committerGabor 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

index d598c86a38a75dacbe87d5f518d9e7d02e24eaae..f4d9d4432ee5afb142e33179c6ff3aeb5aa34acb 100644 (file)
@@ -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