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