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