X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fprereq-build.mk;h=23a5b932edf54857fc0458c0006070df97ccf3b6;hp=bcb2103047906cebccbc14b23fb856555c00ef53;hb=59121fdd69f04ae766069944d10eacb2a4286316;hpb=076d58d3440f382c536ea8874f58b0df23c263bc diff --git a/include/prereq-build.mk b/include/prereq-build.mk index bcb2103047..23a5b932ed 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -154,8 +154,8 @@ $(eval $(call SetupHostCommand,python,Please install Python 2.x, \ $(eval $(call SetupHostCommand,svn,Please install the Subversion client, \ svn --version | grep Subversion)) -$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.6.5, \ - git clone 2>&1 | grep -- --recursive)) +$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \ + git submodule update --help 2>&1 | grep -- --recursive)) $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file))