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

SVN-Revision: 13313
v19.07.3_mercusys_ac12_duma
Nicolas Thill 16 years ago
parent fdd24c73e0
commit 6b392a4f9f

@ -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.
# See /LICENSE for more information.
@ -82,6 +82,7 @@ define Download/default
FILE:=$(PKG_SOURCE)
URL:=$(PKG_SOURCE_URL)
PROTO:=$(PKG_SOURCE_PROTO)
SUBDIR:=$(PKG_SOURCE_SUBDIR)
VERSION:=$(PKG_SOURCE_VERSION)
MD5SUM:=$(PKG_MD5SUM)
endef

Loading…
Cancel
Save