1config BR2_PACKAGE_ZCHUNK
2	bool "zchunk"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
5	help
6	  A file format designed for highly efficient deltas while
7	  maintaining good compression.
8
9	  https://github.com/zchunk/zchunk
10