From: Felix Fietkau Date: Sun, 31 Jul 2011 18:12:23 +0000 (+0000) Subject: kernel: enable inotify by default (#8055) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=62b8cba9c09e865c4bab9c635fda25213fd01286;p=openwrt%2Fstaging%2Frmilecki.git kernel: enable inotify by default (#8055) SVN-Revision: 27853 --- diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index eec7584d0b0..39785e88681 100644 --- a/target/linux/generic/config-2.6.30 +++ b/target/linux/generic/config-2.6.30 @@ -835,8 +835,8 @@ CONFIG_INET=y # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y CONFIG_INIT_ENV_ARG_LIMIT=32 -# CONFIG_INOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATI_REMOTE is not set diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31 index 62429371f84..f7160122624 100644 --- a/target/linux/generic/config-2.6.31 +++ b/target/linux/generic/config-2.6.31 @@ -829,8 +829,8 @@ CONFIG_INET=y # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y CONFIG_INIT_ENV_ARG_LIMIT=32 -# CONFIG_INOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATI_REMOTE is not set diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index 585d1ed236a..c0a2d06d47e 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -887,8 +887,8 @@ CONFIG_INET=y # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y CONFIG_INIT_ENV_ARG_LIMIT=32 -# CONFIG_INOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATI_REMOTE is not set diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36 index 2bc35d65d25..96a56865581 100644 --- a/target/linux/generic/config-2.6.36 +++ b/target/linux/generic/config-2.6.36 @@ -940,7 +940,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 5c2783bcdb6..2fe4d1aff68 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -962,7 +962,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index a4d83cf23b0..7f438de7d17 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -985,7 +985,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index e04d4971b85..9b8279261b5 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -1000,7 +1000,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index ab6809e63af..30f84d93134 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -1011,7 +1011,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y # CONFIG_INPUT is not set # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set