buildroot/package/zerofree/Config.in
Peter Seiderer 05d3fdfd13 package/zerofree: fix double space in Config.in comment
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-03-26 21:59:27 +02:00

15 lines
406 B
Plaintext

config BR2_PACKAGE_ZEROFREE
bool "zerofree"
depends on BR2_USE_MMU # e2fsprogs
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_E2FSPROGS
help
zerofree is a utility which scans the free blocks in an ext2
filesystem and fills any non-zero blocks with zeroes.
https://frippery.org/uml/
comment "zerofree needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS