diff options
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 0 insertions, 3 deletions
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 <system><afterbootupshellcmd> exists, execute the command */ if($config['system']['afterbootupshellcmd'] <> "") mwexec($config['system']['afterbootupshellcmd']); |