2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_FINDUTILS
|
2004-10-14 22:15:14 +02:00
|
|
|
bool "findutils"
|
2007-08-12 02:14:58 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-09-30 04:04:29 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
Basic directory searching utilities. Provides the
|
2004-10-14 22:15:14 +02:00
|
|
|
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-10-14 22:15:14 +02: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
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|