summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
AgeCommit message (Collapse)Author
2015-02-28mk/fetch.mk: fix .nohash hack for packages with multiple distfilesPhil Sutter
2015-02-10fix non verbose buildWaldemar Brodkorb
2015-02-09be quietWaldemar Brodkorb
2015-02-04use quiet cloningWaldemar Brodkorb
2015-01-09use PKG_NOCHECKSUMWaldemar Brodkorb
2015-01-05the resulting tar ball differs in size every time. disable checksum for git ↵Waldemar Brodkorb
checkouts
2015-01-03convert to git downloader. allow to choose which version of the bootloader.Waldemar Brodkorb
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
2014-12-27implement simple git downloadWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-04add musl git supportWaldemar Brodkorb
2014-08-01allow to use git version for C library.Waldemar Brodkorb
2014-06-25allow to disable checksum checkingWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-08rename DISTDIR, make it configurable in the menuWaldemar Brodkorb
2011-08-22allow FETCH_STYLE=manual to succeed. simplify fetch loop.Waldemar Brodkorb
2011-01-20fetch.mk: support checksum checking of multiple distfilesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2010-02-24fetch.mk: allow directory removal to failPhil Sutter
This is helpful when the top-level build directory (the toolchain build dir in my case) is a mounted tmpfs (which therefore cannot be removed).
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx