1config 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 10 https://frippery.org/uml/ 11 12comment "zerofree needs a toolchain w/ dynamic library" 13 depends on BR2_USE_MMU 14 depends on BR2_STATIC_LIBS 15