Browse Source

enable inotify by default. uClibc test failure fix. it is useful anyway. can be disabled to save space

Waldemar Brodkorb 11 năm trước cách đây
mục cha
commit
0355892a12
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      target/linux/config/Config.in.fs

+ 2 - 3
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