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 /target/linux | |
parent | fe290120f43280123c7adb84d64745cc2a0cced0 (diff) |
enable watchdog driver and busybox userland
does not work yet on alix1c.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.fs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index f075c4749..3721c7584 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -235,7 +235,7 @@ config ADK_KPACKAGE_KMOD_UDF_FS config ADK_KERNEL_INOTIFY prompt "inotify........................... Inotify file change notification support" boolean - default y + default n help Say Y here to enable inotify support. Inotify is a file change notification system and a replacement for dnotify. Inotify fixes @@ -247,7 +247,7 @@ config ADK_KERNEL_INOTIFY_USER prompt "inotify-user...................... Inotify support for userspace" boolean depends on ADK_KERNEL_INOTIFY - default y + default n help Say Y here to enable inotify support for userspace, including the associated system calls. Inotify allows monitoring of both files and |