Config.in 542 B

123456789101112131415
  1. config BR2_PACKAGE_DC3DD
  2. bool "dc3dd"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on !BR2_TOOLCHAIN_USES_MUSL
  5. help
  6. dc3dd is a patch to the GNU dd program, this version has
  7. several features intended for forensic acquisition of data.
  8. Highlights include hashing on-the-fly, split output files,
  9. pattern writing, a progress meter, and file verification.
  10. https://sourceforge.net/projects/dc3dd/
  11. comment "dc3dd needs a glibc or uClibc toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS || \
  13. BR2_TOOLCHAIN_USES_MUSL