1 config BR2_PACKAGE_FINDUTILS
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
7 Basic directory searching utilities. Provides the
8 common 'find', 'xargs', 'locate', and 'updatedb' binaries.
10 http://www.gnu.org/software/findutils/findutils.html
12 comment "findutils needs a toolchain w/ wchar"
13 depends on BR2_USE_MMU
14 depends on !BR2_USE_WCHAR
15 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS