summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-30 11:38:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-30 11:39:20 +0200
commit0355892a1263886bda6cf6d69e0d8a8a60ace757 (patch)
tree3bec00490fcf885c27133bc934ffb25f8047b8de /target
parent2d790c30cd46b17ce78a405c51b5668281a11bba (diff)
enable inotify by default. uClibc test failure fix. it is useful anyway. can be disabled to save space
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.fs5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index d2749d36c..e9c3ba9d2 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -281,7 +281,7 @@ menu "Filesystem features"
config ADK_KERNEL_INOTIFY
prompt "Inotify file change notification support"
boolean
- default n
+ default y
help
Say Y here to enable inotify support. Inotify is a file change
notification system and a replacement for dnotify. Inotify fixes
@@ -293,8 +293,7 @@ config ADK_KERNEL_INOTIFY_USER
prompt "Inotify support for userspace"
boolean
depends on ADK_KERNEL_INOTIFY
- default m if ADK_PACKAGE_SAMBA
- default n
+ default y
help
Say Y here to enable inotify support for userspace, including the
associated system calls. Inotify allows monitoring of both files and