From 1bdbca3805353867ebde460b2369babec014ce37 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 17:15:04 +0000 Subject: [PATCH] [backfire] generic-2.6: enable inotify support - backport of r27853 SVN-Revision: 30028 --- target/linux/generic-2.6/config-2.6.30 | 4 ++-- target/linux/generic-2.6/config-2.6.32 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index a8ec588208..4004b72fdd 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -836,8 +836,8 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y -# CONFIG_INOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_ATI_REMOTE is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 1faed2cc86..c8453ddb80 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -885,8 +885,8 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y -# CONFIG_INOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_ATI_REMOTE is not set -- 2.30.2