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
This commit is contained in:
Felix Fietkau
2007-11-16 04:10:01 +00:00
parent d437171f60
commit cff9b75e6a
2 changed files with 1 additions and 11 deletions

View File

@@ -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. \
))