diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-11-22 04:38:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-11-22 04:38:20 +0000 |
commit | 6b392a4f9fb03caf91a48f398defe7340abdf81f (patch) | |
tree | ea0760aa3920977bf30ab921c24a77322c89ab6c | |
parent | fdd24c73e0d26af47ca53018cd6e15263a9210b8 (diff) | |
download | mtk-20170518-6b392a4f9fb03caf91a48f398defe7340abdf81f.zip mtk-20170518-6b392a4f9fb03caf91a48f398defe7340abdf81f.tar.gz mtk-20170518-6b392a4f9fb03caf91a48f398defe7340abdf81f.tar.bz2 |
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
SVN-Revision: 13313
-rw-r--r-- | include/host-build.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index 8a8d6de..5622e98 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -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 |