1config BR2_PACKAGE_FINDUTILS 2 bool "findutils" 3 depends on BR2_USE_WCHAR 4 depends on BR2_USE_MMU # fork() 5 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 6 help 7 Basic directory searching utilities. Provides the 8 common 'find', 'xargs', 'locate', and 'updatedb' binaries. 9 10 http://www.gnu.org/software/findutils/findutils.html 11 12comment "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 16