From 0355892a1263886bda6cf6d69e0d8a8a60ace757 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Jul 2014 11:38:43 +0200 Subject: enable inotify by default. uClibc test failure fix. it is useful anyway. can be disabled to save space --- target/linux/config/Config.in.fs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target') 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 -- cgit v1.2.3