aboutsummaryrefslogtreecommitdiffstats
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
commitcff9b75e6abd2aa97f4520f3c1ee828949076ff8 (patch)
treeef278b566a09aa9f3822a3712105464c77982baf /include/prereq-build.mk
parentd437171f600f80220030a3b2ec9dfe4e89d1d048 (diff)
downloadupstream-cff9b75e6abd2aa97f4520f3c1ee828949076ff8.tar.gz
upstream-cff9b75e6abd2aa97f4520f3c1ee828949076ff8.tar.bz2
upstream-cff9b75e6abd2aa97f4520f3c1ee828949076ff8.zip
prefer http downloads over svn/git checkouts, remove git dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9567 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9b77a1baf7..1e448d393f 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. \
))