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