Config.in 563 B

123456789101112131415
  1. config BR2_PACKAGE_XZ
  2. bool "xz-utils"
  3. help
  4. XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
  5. compression format, which provides memory-hungry but
  6. powerful compression (often better than bzip2) and fast,
  7. easy decompression.
  8. This package provides the command line tools for working
  9. with XZ compression, including xz, unxz, xzcat, xzgrep, and
  10. so on. They can also handle the older LZMA format, and if
  11. invoked via appropriate symlinks will emulate the behavior
  12. of the commands in the lzma package.
  13. https://tukaani.org/xz/