summaryrefslogtreecommitdiffstats
path: root/include/download.mk
Commit message (Expand)AuthorAgeFilesLines
* download.mk: use HTTPS for git.lede-project.orgJo-Philipp Wich2016-06-011-1/+1
* include: add lede git server urlJohn Crispin2016-04-291-0/+1
* download: add @GITHUB download facilityÁlvaro Fernández Rojas2016-04-031-0/+1
* download: add @GITHUB download facilityJohn Crispin2016-04-091-1/+1
* buildroot: improve git submodule handling for packagesFelix Fietkau2016-02-291-2/+3
* download.mk: fix packed checkout mirroring supportJo-Philipp Wich2016-02-171-1/+1
* build: download.mk: bugfix download.pl argument call orderFelix Fietkau2016-01-211-1/+1
* build: add locking for downloads (fixes race conditions with multiple variants)Felix Fietkau2016-01-201-1/+1
* build: add @APACHE download facilityFelix Fietkau2016-01-171-1/+1
* build: add a variable pointing to the main openwrt git repositories (useful i...Felix Fietkau2016-01-041-0/+2
* build: add support for choosing a different url filename part than the output...Felix Fietkau2015-11-221-2/+3
* include/download.mk: Add download mirrors for tools from GNU Savannah (bug #1...John Crispin2014-10-081-1/+1
* build: add support for packing version control downloads with xzFelix Fietkau2014-04-101-0/+1
* Incorrect checkout of git submodulesJo-Philipp Wich2013-10-101-1/+1
* include: download.mk: correct tar argument order when packing checkoutsJo-Philipp Wich2012-12-021-2/+2
* download.mk: refuse to download mirror tarballs from packages using version c...Felix Fietkau2012-06-061-1/+1
* Enable recursive download of git sources.Jens Muecke2012-03-171-2/+2
* add support for md5sum checks for mirrored tarballs of packages with version ...Felix Fietkau2011-03-211-1/+2
* download.mk: properly quote download urlsFelix Fietkau2011-03-131-1/+1
* download.mk: support https:// downloadsJo-Philipp Wich2010-12-181-1/+1
* add support for darcs repositoriesFlorian Fainelli2010-10-241-1/+18
* download.mk: fix bzr download methodNicolas Thill2010-03-291-2/+2
* the svn fallback code added in r20322 is evaluated with each make invocation ...Jo-Philipp Wich2010-03-231-7/+3
* fix svn download with older svn client versionsFlorian Fainelli2010-03-201-1/+7
* accept unknown server certificates by default on svn downloadFlorian Fainelli2010-03-191-1/+1
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, us...Travis Kemen2010-03-141-12/+16
* this patch adds support for bzr in include/download.mk, and fixes whitespace.Travis Kemen2010-02-201-18/+33
* allow download urls using the file:// schema (#6480)Jo-Philipp Wich2010-01-131-1/+1
* fix download reverse dependsFelix Fietkau2009-03-171-2/+4
* build system refactoring in preparation for allowing packages to do host-buil...Felix Fietkau2009-02-221-1/+1
* make cvs checkouts more flexible. packages must now specify either -r <tag> o...Felix Fietkau2009-02-191-1/+1
* Add @GNOME download source.Lars-Peter Clausen2008-09-011-1/+1
* this adds hg (Mercurial) SCM checkout support, very similar to the current gi...Florian Fainelli2008-08-291-2/+20
* fixes cvs download, signed-off by Bruno RandolfJohn Crispin2008-08-271-1/+1
* replace the deprecated git-* command calls with git *Felix Fietkau2008-08-241-2/+2
* allow packages to forcibly disable the svn/git mirror downloading attempt by ...Felix Fietkau2008-07-311-1/+2
* SVN checkouts should be made non-interactive, so that https repositories with...Florian Fainelli2008-07-121-1/+1
* Fix typoFlorian Fainelli2008-01-021-0/+1
* Add CVS download method #2947Florian Fainelli2008-01-021-2/+20
* prefer http downloads over svn/git checkouts, remove git dependencyFelix Fietkau2007-11-161-3/+1
* add git checkout supportFelix Fietkau2007-11-161-2/+18
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
* Refactor downloading code into download.mk Support multiple file downloads Su...Felix Fietkau2007-09-291-0/+90