diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-02-19 00:15:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-19 12:40:02 +0100 |
commit | d1eccc01ff8d38a9e4e6e1864ebd66f491c962d1 (patch) | |
tree | 272c1186beffdb8d07945541e81807c3025da046 /package/inotify-tools | |
parent | c17096720edaea39219916f40244a3253101c7a7 (diff) | |
download | buildroot-novena-d1eccc01ff8d38a9e4e6e1864ebd66f491c962d1.tar.gz buildroot-novena-d1eccc01ff8d38a9e4e6e1864ebd66f491c962d1.zip |
inotify-tools: needs mmu
Fixes
http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/inotify-tools')
-rw-r--r-- | package/inotify-tools/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in index ed94b3f0e..0a8c7c9f7 100644 --- a/package/inotify-tools/Config.in +++ b/package/inotify-tools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_INOTIFY_TOOLS bool "inotify-tools" depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() help inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. |