blob: e54fcc807533d0ea1772198a6fa4e0649f6ed488 (
plain)
| 1
2
3
4
5
6
7
8
 | config BR2_PACKAGE_FINDUTILS
	bool "findutils"
	default n
	help
	  Basic directory searching utilities.  Provides the 
	  common 'find', 'xargs', 'locate', and 'updatedb' binaries.
	  http://www.gnu.org/software/findutils/findutils.html
 |