Config.in 406 B

1234567891011121314
  1. config BR2_PACKAGE_ZEROFREE
  2. bool "zerofree"
  3. depends on BR2_USE_MMU # e2fsprogs
  4. depends on !BR2_STATIC_LIBS
  5. select BR2_PACKAGE_E2FSPROGS
  6. help
  7. zerofree is a utility which scans the free blocks in an ext2
  8. filesystem and fills any non-zero blocks with zeroes.
  9. https://frippery.org/uml/
  10. comment "zerofree needs a toolchain w/ dynamic library"
  11. depends on BR2_USE_MMU
  12. depends on BR2_STATIC_LIBS