diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-01-02 02:26:38 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-01-02 02:26:38 +0000 |
commit | 4553a65a5db16e33c0ca8198a7a8ce48da7022cd (patch) | |
tree | 45f6f185fbbeb9e3b350552956ad2445efa4a404 /openwrt | |
parent | 9f0fc7b5e9a53a0b0b6e722fc569372eefa58665 (diff) | |
download | mtk-20170518-4553a65a5db16e33c0ca8198a7a8ce48da7022cd.zip mtk-20170518-4553a65a5db16e33c0ca8198a7a8ce48da7022cd.tar.gz mtk-20170518-4553a65a5db16e33c0ca8198a7a8ce48da7022cd.tar.bz2 |
enable watchdog daemon in busybox by default
SVN-Revision: 2800
Diffstat (limited to 'openwrt')
-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 072993b..77dc85c 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 |