add git checkout support
[openwrt.git] / include / prereq-build.mk
index c31020c..9b77a1b 100644 (file)
@@ -119,6 +119,18 @@ $(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. \
+))
+
 $(eval $(call RequireCommand,autoconf, \
        Please install GNU autoconf. \
 ))
This page took 0.020834 seconds and 4 git commands to generate.