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 | 62b8cba9c09e865c4bab9c635fda25213fd01286 (patch) | |
tree | 656750e2912fa96b45bf9b2154050e60849fb6fc /target/linux/generic/config-2.6.31 | |
parent | 5ee5f0d314f656328f4f419438c0b62fcbcef9a6 (diff) | |
download | upstream-62b8cba9c09e865c4bab9c635fda25213fd01286.tar.gz upstream-62b8cba9c09e865c4bab9c635fda25213fd01286.tar.bz2 upstream-62b8cba9c09e865c4bab9c635fda25213fd01286.zip |
kernel: enable inotify by default (#8055)
SVN-Revision: 27853
Diffstat (limited to 'target/linux/generic/config-2.6.31')
-rw-r--r-- | target/linux/generic/config-2.6.31 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |