From f8a8c206168633149e3d5c70c01d10e9841af2a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 2 Jan 2006 02:26:38 +0000 Subject: [PATCH] enable watchdog daemon in busybox by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2800 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/miscutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 072993b28..77dc85cd0 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -188,7 +188,7 @@ config BUSYBOX_CONFIG_TIME config BUSYBOX_CONFIG_WATCHDOG bool "watchdog" - default n + default y help The watchdog utility is used with hardware or software watchdog device drivers. It opens the specified watchdog device special file -- 2.35.1