diff options
author | David Bauer <mail@david-bauer.net> | 2021-02-20 21:17:26 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-26 20:41:00 +0100 |
commit | 9a9cf40dd968f409cf36c9537e79438d35322d95 (patch) | |
tree | 9d2fdac0a2e3d1eb529a5bc996d744c2970dcb53 /include | |
parent | 01c01d9861d26af53b88f15cb13283af5d9685a9 (diff) | |
download | upstream-9a9cf40dd968f409cf36c9537e79438d35322d95.tar.gz upstream-9a9cf40dd968f409cf36c9537e79438d35322d95.tar.bz2 upstream-9a9cf40dd968f409cf36c9537e79438d35322d95.zip |
download: add mirror alias for Debian
Add an alias for Debian packages and download them from the Debian
mirror redirector.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/download.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/download.mk b/include/download.mk index c69d84939c..4bf055e611 100644 --- a/include/download.mk +++ b/include/download.mk @@ -27,7 +27,7 @@ define dl_method $(strip \ $(if $(filter git,$(2)),$(call dl_method_git,$(1),$(2)), $(if $(2),$(2), \ - $(if $(filter @OPENWRT @APACHE/% @GITHUB/% @GNOME/% @GNU/% @KERNEL/% @SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \ + $(if $(filter @OPENWRT @APACHE/% @DEBIAN/% @GITHUB/% @GNOME/% @GNU/% @KERNEL/% @SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \ $(if $(filter git://%,$(1)),$(call dl_method_git,$(1),$(2)), \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \ |