diff options
Diffstat (limited to 'package/inotify-tools/Config.in')
-rw-r--r-- | package/inotify-tools/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in index 4d64b73b62..df440d5926 100644 --- a/package/inotify-tools/Config.in +++ b/package/inotify-tools/Config.in @@ -1,6 +1,5 @@ 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 @@ -10,7 +9,3 @@ config BR2_PACKAGE_INOTIFY_TOOLS binaries. https://github.com/rvoicilas/inotify-tools - -comment "inotify-tools needs a toolchain w/ largefile" - depends on BR2_USE_MMU - depends on !BR2_LARGEFILE |