switch from ext2 to ext4 (w/o) journaling
[openwrt/openwrt.git] / include / unpack.mk
2010-08-19 Felix Fietkauspeed up the build system by including include/shell...
2010-08-06 Jo-Philipp Wichsupport unpacking of .tar.xz archives, no prereq on...
2009-02-25 Felix Fietkauallow packages to override PKG_UNPACK, HOST_UNPACK
2009-02-22 Felix Fietkauonly define unpack templates if PKG_SOURCE is set
2009-02-22 Felix Fietkauallow concurrent use of host-build.mk and package.mk...
2009-02-22 Felix Fietkaubuild system refactoring in preparation for allowing...
2007-09-29 Felix FietkauRefactor downloading code into download.mk Support...
2007-05-05 Felix Fietkausimplify handling of zcat - always use gzip -dc. zcat...
2007-03-16 Felix Fietkaufix a small bug in the unpack code
2007-03-16 Felix Fietkauremove some debug code that slipped into the commit
2007-03-16 Felix Fietkauadd file type autodetection for the unpack command...
2007-03-04 Felix Fietkauadd a crlf workaround similar to the one from freewrt
2007-01-11 Felix Fietkaufix unpacking of .zip files
2006-11-27 Felix Fietkauanother bsd bugfix
2006-11-27 Felix Fietkautrap chmod errors in tar unpack on bsd - modes like...
2006-10-14 Felix Fietkaumove '-' parameter to TAR_OPTIONS, so that packages...
2006-10-14 Felix Fietkauuse $(TAR) in unpack commands
2006-10-14 Felix Fietkaufix mistakes in unpack change
2006-10-14 Felix Fietkaumove common unpacking code to unpack.mk, replace zcat...