| Commit message (Expand) | Author | Age | Files | Lines |
* | include: use cpio from staging dir | David Bauer | 2021-02-28 | 1 | -1/+1 |
* | build: use SPDX license tags | Paul Spooren | 2021-02-05 | 1 | -5/+2 |
* | build: add zstd support to pack/unpack functions | Matthias Schiffer | 2020-05-31 | 1 | -0/+4 |
* | include: unpack.mk: remove CRLF_WORKAROUND | Alexandru Ardelean | 2019-04-18 | 1 | -7/+2 |
* | build: unzip: perform operations quietly | Yousong Zhou | 2017-01-05 | 1 | -1/+1 |
* | build: drop `trapret` function from non-Linux HOST_TAR variant | Alexandru Ardelean | 2017-01-03 | 1 | -6/+1 |
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
* | partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va... | Felix Fietkau | 2014-03-22 | 1 | -2/+0 |
* | build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA... | Felix Fietkau | 2014-03-21 | 1 | -0/+2 |
* | speed up the build system by including include/shell.sh on shell commands onl... | Felix Fietkau | 2010-08-19 | 1 | -2/+2 |
* | support unpacking of .tar.xz archives, no prereq on xzcat for now | Jo-Philipp Wich | 2010-08-06 | 1 | -1/+5 |
* | allow packages to override PKG_UNPACK, HOST_UNPACK | Felix Fietkau | 2009-02-25 | 1 | -2/+2 |
* | only define unpack templates if PKG_SOURCE is set | Felix Fietkau | 2009-02-22 | 1 | -1/+6 |
* | allow concurrent use of host-build.mk and package.mk as well as their templates | Felix Fietkau | 2009-02-22 | 1 | -1/+5 |
* | build system refactoring in preparation for allowing packages to do host-buil... | Felix Fietkau | 2009-02-22 | 1 | -16/+20 |
* | Refactor downloading code into download.mk Support multiple file downloads Su... | Felix Fietkau | 2007-09-29 | 1 | -1/+6 |
* | simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br... | Felix Fietkau | 2007-05-05 | 1 | -3/+3 |
* | fix a small bug in the unpack code | Felix Fietkau | 2007-03-16 | 1 | -1/+1 |
* | remove some debug code that slipped into the commit | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in lots... | Felix Fietkau | 2007-03-16 | 1 | -10/+47 |
* | add a crlf workaround similar to the one from freewrt | Felix Fietkau | 2007-03-04 | 1 | -0/+3 |
* | fix unpacking of .zip files | Felix Fietkau | 2007-01-11 | 1 | -1/+1 |
* | another bsd bugfix | Felix Fietkau | 2006-11-27 | 1 | -3/+5 |
* | trap chmod errors in tar unpack on bsd - modes like 02755 fail | Felix Fietkau | 2006-11-27 | 1 | -1/+4 |
* | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 | 1 | -2/+2 |
* | use $(TAR) in unpack commands | Felix Fietkau | 2006-10-14 | 1 | -2/+2 |
* | fix mistakes in unpack change | Felix Fietkau | 2006-10-14 | 1 | -3/+3 |
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system... | Felix Fietkau | 2006-10-14 | 1 | -0/+15 |