xref: /OK3568_Linux_fs/buildroot/package/inotify-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_INOTIFY_TOOLS
2	bool "inotify-tools"
3	depends on BR2_USE_MMU # fork()
4	help
5	  inotify-tools is a C library and a set of command-line
6	  programs for Linux providing a simple interface to inotify.
7	  These programs can be used to monitor and act upon
8	  filesystem events. Provides the 'inotifywait' and
9	  'inotifywatch' binaries.
10
11	  https://github.com/inotify-tools/inotify-tools
12