1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 23:28:53 +03:00

allow cvs/git/hg/svn wrap_mirror to work for host tools as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13313 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-11-22 04:38:20 +00:00
parent fd6a779751
commit 6929cca61b

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006-2007 OpenWrt.org # Copyright (C) 2006-2008 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -82,6 +82,7 @@ define Download/default
FILE:=$(PKG_SOURCE) FILE:=$(PKG_SOURCE)
URL:=$(PKG_SOURCE_URL) URL:=$(PKG_SOURCE_URL)
PROTO:=$(PKG_SOURCE_PROTO) PROTO:=$(PKG_SOURCE_PROTO)
SUBDIR:=$(PKG_SOURCE_SUBDIR)
VERSION:=$(PKG_SOURCE_VERSION) VERSION:=$(PKG_SOURCE_VERSION)
MD5SUM:=$(PKG_MD5SUM) MD5SUM:=$(PKG_MD5SUM)
endef endef