The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xz / Config.in
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 powerful
6           compression (often better than bzip2) and fast, easy decompression.
7
8           This package provides the command line tools for working with XZ
9           compression, including xz, unxz, xzcat, xzgrep, and so on. They can
10           also handle the older LZMA format, and if invoked via appropriate
11           symlinks will emulate the behavior of the commands in the lzma
12           package.
13
14           http://tukaani.org/xz/