summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux')
-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