[Lunar-commits] <moonbase> udev: CONFIG_INOTIFY no longer seem to exist in kernel 2.6.36

Stefan Wold ratler at lunar-linux.org
Fri Oct 22 11:57:10 CEST 2010


commit e22819f5a2f3f9b32d4d1fc9f3eef029425523c6
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Fri Oct 22 11:57:10 2010 +0200

    udev: CONFIG_INOTIFY no longer seem to exist in kernel 2.6.36
---
 filesys/udev/PRE_BUILD |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/filesys/udev/PRE_BUILD b/filesys/udev/PRE_BUILD
index 0a85252..49e1337 100644
--- a/filesys/udev/PRE_BUILD
+++ b/filesys/udev/PRE_BUILD
@@ -1,10 +1,8 @@
 if kernel_option_present CONFIG_SYSFS_DEPRECATED || \
-   ! kernel_option_present CONFIG_INOTIFY || \
    ! kernel_option_present CONFIG_INOTIFY_USER; then
   message "${PROBLEM_COLOR}PROBLEM: ${MODULE_COLOR}udev${DEFAULT_COLOR} detected incompatible kernel options."
   message "Please verify that CONFIG_SYSFS_DEPRECATED is disabled,"
-  message "and that CONFIG_INOTIFY and CONFIG_INOTIFY_USER"
-  message "are enabled."
+  message "and that CONFIG_INOTIFY_USER is enabled."
   message ""
   message "Then recompile your kernel and try 'lin udev' again."
   message ""


More information about the Lunar-commits mailing list