summaryrefslogtreecommitdiffstats
path: root/include/download.mk
Commit message (Collapse)AuthorAgeFilesLines
* allow packages to forcibly disable the svn/git mirror downloading attempt by ↵Felix Fietkau2008-07-311-1/+2
| | | | | | setting PKG_SOURCE_MIRROR:=0 (#3815) SVN-Revision: 12034
* SVN checkouts should be made non-interactive, so that https repositories ↵Florian Fainelli2008-07-121-1/+1
| | | | | | with auto-signed repositories can be checked out without user interaction SVN-Revision: 11785
* Fix typoFlorian Fainelli2008-01-021-0/+1
| | | | SVN-Revision: 10084
* Add CVS download method #2947Florian Fainelli2008-01-021-2/+20
| | | | SVN-Revision: 10083
* prefer http downloads over svn/git checkouts, remove git dependencyFelix Fietkau2007-11-161-3/+1
| | | | SVN-Revision: 9567
* add git checkout supportFelix Fietkau2007-11-161-2/+18
| | | | SVN-Revision: 9553
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-291-0/+90
Support svn downloads SVN-Revision: 9057