فهرست منبع

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

Waldemar Brodkorb 11 سال پیش
والد
کامیت
0355892a12
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  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