diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-04-29 15:56:58 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-04-29 15:56:58 +0000 |
commit | 9da99a711190fec34446c68dfc1b832dca76bd95 (patch) | |
tree | 05af51712c34a56deee134389ee76c55c80d480f /target/linux/xburst/config-2.6.32 | |
parent | 03e1d68104c7810b0d9c538d73f3009f74a63eaf (diff) | |
download | upstream-9da99a711190fec34446c68dfc1b832dca76bd95.tar.gz upstream-9da99a711190fec34446c68dfc1b832dca76bd95.tar.bz2 upstream-9da99a711190fec34446c68dfc1b832dca76bd95.zip |
enable inotify support target xburst
SVN-Revision: 21260
Diffstat (limited to 'target/linux/xburst/config-2.6.32')
-rw-r--r-- | target/linux/xburst/config-2.6.32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/xburst/config-2.6.32 b/target/linux/xburst/config-2.6.32 index a8ae91569d..bf119e4663 100644 --- a/target/linux/xburst/config-2.6.32 +++ b/target/linux/xburst/config-2.6.32 @@ -94,7 +94,8 @@ CONFIG_FORCE_MAX_ZONEORDER=12 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FRAMEBUFFER_CONSOLE is not set CONFIG_FREEZER=y -# CONFIG_FSNOTIFY is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CMOS_UPDATE=y |