index
:
openwrt.git
fast2504n-3.10.17
fast2504n-3.10.26
fast2504n-3.8
master
OpenWRT with patches for F@ST2504n board
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
unpack.mk
Age
Commit message (
Expand
)
Author
2010-08-19
speed up the build system by including include/shell.sh on shell commands onl...
nbd
2010-08-06
[include] support unpacking of .tar.xz archives, no prereq on xzcat for now
jow
2009-02-25
allow packages to override PKG_UNPACK, HOST_UNPACK
nbd
2009-02-22
only define unpack templates if PKG_SOURCE is set
nbd
2009-02-22
allow concurrent use of host-build.mk and package.mk as well as their templates
nbd
2009-02-22
build system refactoring in preparation for allowing packages to do host-buil...
nbd
2007-09-29
Refactor downloading code into download.mk
nbd
2007-05-05
simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br...
nbd
2007-03-16
fix a small bug in the unpack code
nbd
2007-03-16
remove some debug code that slipped into the commit
nbd
2007-03-16
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...
nbd
2007-03-04
add a crlf workaround similar to the one from freewrt
nbd
2007-01-11
fix unpacking of .zip files
nbd
2006-11-27
another bsd bugfix
nbd
2006-11-27
trap chmod errors in tar unpack on bsd - modes like 02755 fail
nbd
2006-10-14
move '-' parameter to TAR_OPTIONS, so that packages can append commands
nbd
2006-10-14
use $(TAR) in unpack commands
nbd
2006-10-14
fix mistakes in unpack change
nbd
2006-10-14
move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...
nbd