2011-07-25 23:46:55 +02:00
|
|
|
config BR2_PACKAGE_INOTIFY_TOOLS
|
|
|
|
bool "inotify-tools"
|
2013-02-19 01:15:25 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-07-25 23:46:55 +02:00
|
|
|
help
|
|
|
|
inotify-tools is a C library and a set of command-line
|
|
|
|
programs for Linux providing a simple interface to inotify.
|
|
|
|
These programs can be used to monitor and act upon
|
2017-07-31 15:53:46 +02:00
|
|
|
filesystem events. Provides the 'inotifywait' and
|
|
|
|
'inotifywatch' binaries.
|
2011-07-25 23:46:55 +02:00
|
|
|
|
2020-06-11 14:44:04 +02:00
|
|
|
https://github.com/inotify-tools/inotify-tools
|