diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-31 18:12:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-31 18:12:23 +0000 |
commit | 506daace14cdd6b7a55a1afb6c99721ac8221eb8 (patch) | |
tree | b3db44d88fa4750f2b5d7645d4712185ffb08f2d | |
parent | 5611c2142ce66f370652fcd15f1e54ec35c9ea98 (diff) | |
download | upstream-506daace14cdd6b7a55a1afb6c99721ac8221eb8.tar.gz upstream-506daace14cdd6b7a55a1afb6c99721ac8221eb8.tar.bz2 upstream-506daace14cdd6b7a55a1afb6c99721ac8221eb8.zip |
kernel: enable inotify by default (#8055)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27853 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-2.6.30 | 4 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.31 | 4 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.32 | 4 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.36 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.38 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.39 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.0 | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index eec7584d0b..39785e8868 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 62429371f8..f716012262 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 585d1ed236..c0a2d06d47 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 2bc35d65d2..96a5686558 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 5c2783bcdb..2fe4d1aff6 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 a4d83cf23b..7f438de7d1 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 e04d4971b8..9b8279261b 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 ab6809e63a..30f84d9313 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 |