Config.in 471 B

123456789101112131415
  1. config 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. http://www.gnu.org/software/findutils/findutils.html
  10. comment "findutils needs a toolchain w/ wchar"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_USE_WCHAR
  13. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS