summaryrefslogtreecommitdiffstats
path: root/package/squashfs/squashfs.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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>