aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools: migrate from squashfs4 to squashfskit4Alexander Couzens2019-02-281-43/+0
| | | | | | | | | squashfskit is a fork of the squashfs-tools. squashfskit creates reproducible filesystems and includes many of the distro patches. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: Paul Spooren <mail@aparcar.org>
* tools/zlib: move zlib build to toolsHauke Mehrtens2018-04-281-1/+1
| | | | | | | | | | | | | This allows us to link the other tools against our libz and we do not need the system zlib any more. Only the static linked library is copied to the staging directory so we have a statically linked library on all systems and not only on Linux. This also adds the new dependencies of the packages which are depending on zlib. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-171-0/+1
| | | | | | | | | | | CPE ids helps to tracks CVE in packages. https://cpe.mitre.org/specification/ Thanks to swalker for CPE to package mapping and keep tracking CVEs. Acked-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* convert remaining tools to $(HOST_STATIC_LINKING) (#12012)Jo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33148
* squashfs4: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33106
* tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac ↵Felix Fietkau2012-07-131-0/+1
| | | | | | os x. the clang build fails with some linker errors SVN-Revision: 32706
* tools/squashfs4: update to version 4.2 (adds support for xz compression)Felix Fietkau2011-04-031-4/+6
| | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422
* squashfs4: add lzma support (kernel support still missing)Felix Fietkau2009-05-171-0/+3
| | | | SVN-Revision: 15884
* add tool for squashfs4 image generation (w/o LZMA support)Gabor Juhos2009-05-151-0/+36
SVN-Revision: 15864