summaryrefslogtreecommitdiff
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-16 04:10:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-16 04:10:01 +0000
commit5a9cdef5499b091c8c5c35f7cdc822eb66e1a1c4 (patch)
treeaef34a25c7e821cded4f3484aed7431b8a860e18 /include/prereq-build.mk
parent87d0b295402b10c086df3d8d250e668af61a7e51 (diff)
downloadmtk-20170518-5a9cdef5499b091c8c5c35f7cdc822eb66e1a1c4.zip
mtk-20170518-5a9cdef5499b091c8c5c35f7cdc822eb66e1a1c4.tar.gz
mtk-20170518-5a9cdef5499b091c8c5c35f7cdc822eb66e1a1c4.tar.bz2
prefer http downloads over svn/git checkouts, remove git dependency
SVN-Revision: 9567
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 9b77a1b..1e448d3 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -119,14 +119,6 @@ $(eval $(call Require,gnutar, \
Please install GNU tar. \
))
-define Require/git
- which git-clone
-endef
-
-$(eval $(call Require,git, \
- Please install git. \
-))
-
$(eval $(call RequireCommand,svn, \
Please install the subversion client. \
))