59 Commits (142477e75112f0c3a21d43a1b36922d46c67bd33)

Author SHA1 Message Date
Jo-Philipp Wich 4700544e40 downloads.mk: introduce name-agnostic PROJECT_GIT variable 7 years ago
Philip Prindeville 76ba01a392 build: remove @ as it's causing an error 7 years ago
Felix Fietkau 5919cc2dc4 build: let make check warn about use of legacy PKG_MD5SUM variable in feeds 8 years ago
Felix Fietkau 84bd74057f build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
Felix Fietkau ffb0181a87 build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION 8 years ago
Felix Fietkau d49059693b build: add FIXUP option for make check 8 years ago
Felix Fietkau 7a315b0b5d build: implement make check and make package/X/check 8 years ago
Felix Fietkau 6a5cc2d085 include/package.mk: sync default value for hash fallback with mirror hash 8 years ago
Felix Fietkau 881c5b47ec build: remove duplicate Download/default definition from include/host-build.mk 8 years ago
Felix Fietkau 7416d2e046 build: replace MD5SUM variables with HASH 8 years ago
Felix Fietkau 1b9a39c528 download.mk: improve download tarball reproducibility 8 years ago
Felix Fietkau 19d3b78304 download.mk: remove code duplication in $(TAR) call 8 years ago
Felix Fietkau dbbfd41118 download.mk: use $(error) instead of a regular shell error 8 years ago
Florian Fainelli b9aab34eb4 include/download.mk: Allow specify DownloadMethod specific options 8 years ago
Daniel Engberg cbc80805bd include/download.mk: Use -7e compression instead of -6 by default 8 years ago
Jo-Philipp Wich 5d86dc791e include/download.mk: generate reproducable SCM tarballs 8 years ago
Jo-Philipp Wich 3a085dcbe3 download.mk: use HTTPS for git.lede-project.org 8 years ago
John Crispin f5c4d963ff include: add lede git server url 8 years ago
Álvaro Fernández Rojas 694f060550 download: add @GITHUB download facility 8 years ago
John Crispin 5c408ede6c download: add @GITHUB download facility 8 years ago
Felix Fietkau 59121fdd69 buildroot: improve git submodule handling for packages 8 years ago
Jo-Philipp Wich ac5b226735 download.mk: fix packed checkout mirroring support 8 years ago
Felix Fietkau c5db626ac5 build: download.mk: bugfix download.pl argument call order 9 years ago
Felix Fietkau a81ad971df build: add locking for downloads (fixes race conditions with multiple variants) 9 years ago
Felix Fietkau 883b5b8191 build: add @APACHE download facility 9 years ago
Felix Fietkau 11b7bc593c build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later) 9 years ago
Felix Fietkau 9b68fe961b build: add support for choosing a different url filename part than the output file 9 years ago
John Crispin b0a1c7dc0d include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184) 10 years ago
Felix Fietkau d1969d761f build: add support for packing version control downloads with xz 10 years ago
Jo-Philipp Wich 97fc11af79 Incorrect checkout of git submodules 11 years ago
Jo-Philipp Wich 5d253542d7 include: download.mk: correct tar argument order when packing checkouts 12 years ago
Felix Fietkau e8ff034c8b download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided 12 years ago
Jens Muecke 6204553450 Enable recursive download of git sources. 12 years ago
Felix Fietkau b568a64f8c add support for md5sum checks for mirrored tarballs of packages with version control source urls 13 years ago
Felix Fietkau fd0deca65d download.mk: properly quote download urls 13 years ago
Jo-Philipp Wich 8fae8c0a6f download.mk: support https:// downloads 14 years ago
Florian Fainelli d78a574019 add support for darcs repositories 14 years ago
Nicolas Thill 4ba18f5916 download.mk: fix bzr download method 14 years ago
Jo-Philipp Wich 40781b7290 the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version 14 years ago
Florian Fainelli b195af191b fix svn download with older svn client versions 14 years ago
Florian Fainelli 08a790efb6 accept unknown server certificates by default on svn download 14 years ago
Travis Kemen db7082d899 Updated post r19769, integrates the missing dl_method bzr hunk from #6370, uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 14 years ago
Travis Kemen f04ad5bb5f this patch adds support for bzr in include/download.mk, and fixes whitespace. 15 years ago
Jo-Philipp Wich 4d904cf081 allow download urls using the file:// schema (#6480) 15 years ago
Felix Fietkau 510bdd3f0e fix download reverse depends 16 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps 16 years ago
Felix Fietkau 71f2a68d52 make cvs checkouts more flexible. packages must now specify either -r <tag> or -D <date> in their source revision specification. previously date based checkouts were not supported 16 years ago
Lars-Peter Clausen 2552e9362b Add @GNOME download source. 16 years ago
Florian Fainelli a35b2385ae this adds hg (Mercurial) SCM checkout support, very similar to the current git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229) 16 years ago
John Crispin c1bc95ec34 fixes cvs download, signed-off by Bruno Randolf 16 years ago