enable watchdog daemon in busybox by default
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jan 2006 02:26:38 +0000 (02:26 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jan 2006 02:26:38 +0000 (02:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2800 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/config/miscutils/Config.in

index 072993b..77dc85c 100644 (file)
@@ -188,7 +188,7 @@ config BUSYBOX_CONFIG_TIME
 
 config BUSYBOX_CONFIG_WATCHDOG
        bool "watchdog"
 
 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
        help
          The watchdog utility is used with hardware or software watchdog
          device drivers.  It opens the specified watchdog device special file
This page took 0.021539 seconds and 4 git commands to generate.