aboutsummaryrefslogtreecommitdiff
path: root/utils/squashfs-tools
Commit message (Collapse)AuthorAge
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* squashfs-tools: Pass down TARGET_CFLAGS, CPPFLAGS and LDFLAGsFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | This fixes build errors with external toolchains that don't automatically search for headers in STAGING_DIR: mipsel-linux-gnu-gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -c -o gzip_wrapper.o gzip_wrapper.c gzip_wrapper.c:27:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. make[3]: *** [gzip_wrapper.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* squashfs-tools: move to Filesystems submenuAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* squashfs-tools: change default compression options to nAlexandru Ardelean2016-06-09
| | | | | | | Otherwise it will pull all compression libraries to install (on newly configured targets) when maybe 1 or 2 are needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* squashfs-tools: get inline functions work with both gnu11 and gnu89Alexandru Ardelean2016-04-05
| | | | | | | | | | | | | Seems that this issue with squashfs-tools was fixed by the guys at openembedded. See patch here: https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-mksquashfs.c-get-inline-functions-work-with-C99.patch I think in my case, this issue appeared because I wrote the Makefile some time ago and it worked, then when I did the PR for it, it wasn't working anymore, and I assumed it was still working. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* squashfs-tools: bring back packageAlexandru Ardelean2016-01-07
Picked up the old Makefile at 4.2. Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/) Added musl compatibility. Enabled LZ4 compression support by default Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>