aboutsummaryrefslogtreecommitdiffstats
path: root/package/squashfs/squashfs.mk
Commit message (Collapse)AuthorAgeFilesLines
* squashfs: use kconfig to ensure atleast one compressor is selectedPeter Korsgaard2011-02-251-5/+0
| | | | | | | | 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: add lzma supportPeter Korsgaard2010-09-201-9/+20
| | | | | | 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-9/+41
| | | | | | We'll need libattr/xz packages in BR to enable support for those. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: fix build when zlib isn't available on the hostThomas Petazzoni2010-05-071-1/+1
| | | | | | | Pass CFLAGS and LDFLAGS so that when building squashfs, it finds the zlib installed in $(HOST_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* squashfs: new packageThomas Petazzoni2010-04-091-0/+30
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>