| Commit message (Expand) | Author | Age | Files | Lines |
* | downloads.mk: introduce name-agnostic PROJECT_GIT variable | Jo-Philipp Wich | 2018-01-10 | 1 | -2/+4 |
* | build: remove @ as it's causing an error | Philip Prindeville | 2017-09-20 | 1 | -1/+1 |
* | build: let make check warn about use of legacy PKG_MD5SUM variable in feeds | Felix Fietkau | 2017-01-13 | 1 | -3/+0 |
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |
* | build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION | Felix Fietkau | 2016-12-22 | 1 | -0/+6 |
* | build: add FIXUP option for make check | Felix Fietkau | 2016-12-17 | 1 | -1/+18 |
* | build: implement make check and make package/X/check | Felix Fietkau | 2016-12-17 | 1 | -9/+60 |
* | include/package.mk: sync default value for hash fallback with mirror hash | Felix Fietkau | 2016-12-16 | 1 | -1/+1 |
* | build: remove duplicate Download/default definition from include/host-build.mk | Felix Fietkau | 2016-12-16 | 1 | -0/+13 |
* | build: replace MD5SUM variables with HASH | Felix Fietkau | 2016-12-16 | 1 | -2/+4 |
* | download.mk: improve download tarball reproducibility | Felix Fietkau | 2016-12-13 | 1 | -1/+1 |
* | download.mk: remove code duplication in $(TAR) call | Felix Fietkau | 2016-12-13 | 1 | -9/+12 |
* | download.mk: use $(error) instead of a regular shell error | Felix Fietkau | 2016-12-13 | 1 | -1/+1 |
* | include/download.mk: Allow specify DownloadMethod specific options | Florian Fainelli | 2016-12-04 | 1 | -1/+2 |
* | include/download.mk: Use -7e compression instead of -6 by default | Daniel Engberg | 2016-10-05 | 1 | -1/+1 |
* | include/download.mk: generate reproducable SCM tarballs | Jo-Philipp Wich | 2016-10-05 | 1 | -4/+9 |
* | download.mk: use HTTPS for git.lede-project.org | Jo-Philipp Wich | 2016-06-01 | 1 | -1/+1 |
* | include: add lede git server url | John Crispin | 2016-04-29 | 1 | -0/+1 |
* | download: add @GITHUB download facility | Álvaro Fernández Rojas | 2016-04-03 | 1 | -0/+1 |
* | download: add @GITHUB download facility | John Crispin | 2016-04-09 | 1 | -1/+1 |
* | buildroot: improve git submodule handling for packages | Felix Fietkau | 2016-02-29 | 1 | -2/+3 |
* | download.mk: fix packed checkout mirroring support | Jo-Philipp Wich | 2016-02-17 | 1 | -1/+1 |
* | build: download.mk: bugfix download.pl argument call order | Felix Fietkau | 2016-01-21 | 1 | -1/+1 |
* | build: add locking for downloads (fixes race conditions with multiple variants) | Felix Fietkau | 2016-01-20 | 1 | -1/+1 |
* | build: add @APACHE download facility | Felix Fietkau | 2016-01-17 | 1 | -1/+1 |
* | build: add a variable pointing to the main openwrt git repositories (useful i... | Felix Fietkau | 2016-01-04 | 1 | -0/+2 |
* | build: add support for choosing a different url filename part than the output... | Felix Fietkau | 2015-11-22 | 1 | -2/+3 |
* | include/download.mk: Add download mirrors for tools from GNU Savannah (bug #1... | John Crispin | 2014-10-08 | 1 | -1/+1 |
* | build: add support for packing version control downloads with xz | Felix Fietkau | 2014-04-10 | 1 | -0/+1 |
* | Incorrect checkout of git submodules | Jo-Philipp Wich | 2013-10-10 | 1 | -1/+1 |
* | include: download.mk: correct tar argument order when packing checkouts | Jo-Philipp Wich | 2012-12-02 | 1 | -2/+2 |
* | download.mk: refuse to download mirror tarballs from packages using version c... | Felix Fietkau | 2012-06-06 | 1 | -1/+1 |
* | Enable recursive download of git sources. | Jens Muecke | 2012-03-17 | 1 | -2/+2 |
* | add support for md5sum checks for mirrored tarballs of packages with version ... | Felix Fietkau | 2011-03-21 | 1 | -1/+2 |
* | download.mk: properly quote download urls | Felix Fietkau | 2011-03-13 | 1 | -1/+1 |
* | download.mk: support https:// downloads | Jo-Philipp Wich | 2010-12-18 | 1 | -1/+1 |
* | add support for darcs repositories | Florian Fainelli | 2010-10-24 | 1 | -1/+18 |
* | download.mk: fix bzr download method | Nicolas Thill | 2010-03-29 | 1 | -2/+2 |
* | the svn fallback code added in r20322 is evaluated with each make invocation ... | Jo-Philipp Wich | 2010-03-23 | 1 | -7/+3 |
* | fix svn download with older svn client versions | Florian Fainelli | 2010-03-20 | 1 | -1/+7 |
* | accept unknown server certificates by default on svn download | Florian Fainelli | 2010-03-19 | 1 | -1/+1 |
* | Updated post r19769, integrates the missing dl_method bzr hunk from #6370, us... | Travis Kemen | 2010-03-14 | 1 | -12/+16 |
* | this patch adds support for bzr in include/download.mk, and fixes whitespace. | Travis Kemen | 2010-02-20 | 1 | -18/+33 |
* | allow download urls using the file:// schema (#6480) | Jo-Philipp Wich | 2010-01-13 | 1 | -1/+1 |
* | fix download reverse depends | Felix Fietkau | 2009-03-17 | 1 | -2/+4 |
* | build system refactoring in preparation for allowing packages to do host-buil... | Felix Fietkau | 2009-02-22 | 1 | -1/+1 |
* | make cvs checkouts more flexible. packages must now specify either -r <tag> o... | Felix Fietkau | 2009-02-19 | 1 | -1/+1 |
* | Add @GNOME download source. | Lars-Peter Clausen | 2008-09-01 | 1 | -1/+1 |
* | this adds hg (Mercurial) SCM checkout support, very similar to the current gi... | Florian Fainelli | 2008-08-29 | 1 | -2/+20 |
* | fixes cvs download, signed-off by Bruno Randolf | John Crispin | 2008-08-27 | 1 | -1/+1 |