diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-29 15:56:58 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-29 15:56:58 +0000 |
commit | 023b75220addbce484224e4e796a3a7a0fac39c3 (patch) | |
tree | 9977e94c4711b14e2df0c840c4a70617331fc6ff /target/linux/xburst/config-2.6.32 | |
parent | 5af6e685f4f98a6860c1a4a8aa948f78d8a185a1 (diff) |
enable inotify support target xburst
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21260 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |