summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
AgeCommit message (Collapse)Author
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