diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 02:26:38 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 02:26:38 +0000 |
commit | 9ce5c96cee4ea404749d2b79b949dec988dcc68f (patch) | |
tree | d602606245e9c0792ff686b6b451a2bc391c9323 /openwrt/package/busybox/config/miscutils/Config.in | |
parent | 5df6b9ba9a55f42990d9f6c6e3b077c59b16cba7 (diff) |
enable watchdog daemon in busybox by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2800 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config/miscutils/Config.in')
-rw-r--r-- | openwrt/package/busybox/config/miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/miscutils/Config.in b/openwrt/package/busybox/config/miscutils/Config.in index 072993b28d..77dc85cd05 100644 --- a/openwrt/package/busybox/config/miscutils/Config.in +++ b/openwrt/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 |