2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_FINDUTILS
|
2004-10-14 20:15:14 +00:00
|
|
|
bool "findutils"
|
2007-08-12 00:14:58 +00:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-09-30 10:04:29 +08:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2015-04-22 19:14:34 -03:00
|
|
|
Basic directory searching utilities. Provides the
|
2004-10-14 20:15:14 +00:00
|
|
|
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2004-10-14 20:15:14 +00:00
|
|
|
http://www.gnu.org/software/findutils/findutils.html
|
2010-04-02 12:39:48 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "findutils needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2010-04-02 12:39:48 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|