diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2008-09-01 21:46:17 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2008-09-01 21:46:17 +0000 |
commit | 96b13eef6b84453745cc3a219388ec661c3aba62 (patch) | |
tree | 4cae56fcf667a1a1501f139d61564c28dbfaf563 /include | |
parent | 87799806960475cfe7baaef42a1e8016168c33b8 (diff) | |
download | upstream-96b13eef6b84453745cc3a219388ec661c3aba62.tar.gz upstream-96b13eef6b84453745cc3a219388ec661c3aba62.tar.bz2 upstream-96b13eef6b84453745cc3a219388ec661c3aba62.zip |
Add @GNOME download source.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12469 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 406afee48e..7a4d90da98 100644 --- a/include/download.mk +++ b/include/download.mk @@ -11,7 +11,7 @@ DOWNLOAD_RDEP:=$(STAMP_PREPARED) define dl_method $(strip \ $(if $(2),$(2), \ - $(if $(filter @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \ |