summaryrefslogtreecommitdiffstats
path: root/package/squashfs/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* squashfs: needs pthreads support in toolchainPeter Korsgaard2012-06-111-2/+3
| | | | | | Fixes http://autobuild.buildroot.net/results/9afdb3f7141fa361ac2ff3fe24887b0c6eb9342d Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: re-add legacy lzma supportGustavo Zacarias2011-03-051-0/+6
| | | | | | | | | Readd legacy LZMA support since older patched kernels might be using it. Introduce an XZ target filesystem option for the new format. [Peter: add a seperate xz target for squashfs-target as well] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: use kconfig to ensure atleast one compressor is selectedPeter Korsgaard2011-02-251-0/+1
| | | | | | | | Similar to how we do it for mpd now. This way, the selection is clearly visible to the user, instead of the hidden selection we used to do in the makefile. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: fix zlib dependencyPeter Korsgaard2011-02-191-1/+1
| | | | | | The 'gzip' compression supports just needs zlib, and not the gzip package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: add lzma supportPeter Korsgaard2010-09-201-0/+6
| | | | | | And try to select a sane default compression algorithm. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: bump 4.x, add lzo supportPeter Korsgaard2010-09-201-0/+17
| | | | | | We'll need libattr/xz packages in BR to enable support for those. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs,squashfs3: needs LARGEFILE support in toolchainPeter Korsgaard2010-05-261-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: new packageThomas Petazzoni2010-04-091-0/+6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>