Config.in 302 B

123456789
  1. config 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. https://github.com/zchunk/zchunk