Config.in 340 B

1234567891011
  1. config BR2_PACKAGE_FINDUTILS
  2. bool "findutils"
  3. depends on BR2_USE_WCHAR
  4. help
  5. Basic directory searching utilities. Provides the
  6. common 'find', 'xargs', 'locate', and 'updatedb' binaries.
  7. http://www.gnu.org/software/findutils/findutils.html
  8. comment "findutils requires a toolchain with WCHAR support"
  9. depends on !BR2_USE_WCHAR