From c8c4c1d022b57d7d4b0d515dedd0ccff6603c5d9 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 22 Jun 2009 17:11:38 -0400 Subject: remove watchdog --- etc/rc.bootup | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 61c3f50..653e29a 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -346,9 +346,6 @@ function rescue_detect_keypress() { include_once("/usr/local/pkg/routed/routed.inc"); setup_routed(); - /* enable watchdog if supported */ - enable_watchdog(); - /* if exists, execute the command */ if($config['system']['afterbootupshellcmd'] <> "") mwexec($config['system']['afterbootupshellcmd']); -- cgit v1.1