diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:02:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:02:56 +0100 |
commit | d2be2bd2fc1c6e5dcdf8fc845a88e02423a0574b (patch) | |
tree | 93a3d908a3baa935639fccbb2bda38da025333ad /package/busybox/config/miscutils | |
parent | fe290120f43280123c7adb84d64745cc2a0cced0 (diff) |
enable watchdog driver and busybox userland
does not work yet on alix1c.
Diffstat (limited to 'package/busybox/config/miscutils')
-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 eeb0d6d34..8346391a9 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -617,7 +617,7 @@ config BUSYBOX_VOLNAME config BUSYBOX_WATCHDOG bool "watchdog" depends on !ADK_PACKAGE_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 |