package/om-watchdog: start service only on the om2p/om2p-lc boards on ar71xx
authorGabor Juhos <juhosg@openwrt.org>
Wed, 15 Aug 2012 13:27:55 +0000 (13:27 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 15 Aug 2012 13:27:55 +0000 (13:27 +0000)
If the package is installed, it starts the watchdog daemon
on every ar71xx based board.

SVN-Revision: 33194

package/om-watchdog/files/om-watchdog.init

index f4d9d4432ee5afb142e33179c6ff3aeb5aa34acb..3d2666b2146732ef210d76321fa9ba4cfa21c566 100644 (file)
@@ -11,12 +11,12 @@ boot() {
        if [ -r /lib/ar71xx.sh ]; then
                . /lib/ar71xx.sh
                local board=$(ar71xx_board_name)
-       fi
 
-       if [ "$board" = "om2p" ]; then
-               service_start /sbin/om-watchdog 12
-       elif [ "$board" = "om2p-lc" ]; then
-               service_start /sbin/om-watchdog 26
+               if [ "$board" = "om2p" ]; then
+                       service_start /sbin/om-watchdog 12
+               elif [ "$board" = "om2p-lc" ]; then
+                       service_start /sbin/om-watchdog 26
+               fi
        else
                #we assume it is om1p in this case
                service_start /sbin/om-watchdog 3