X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=a53065576cc9c15295fb3e12d541053d45907ac2;hb=17a646c2a84fbf12085c562e0ed817c0e7bd5989;hp=77fa991b04f2c23534b0e58819b0f49fa71f8cbc;hpb=5e2d1cbfa737759ac8ef0810e56946537df38917;p=openwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 77fa991b04..a53065576c 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -154,14 +154,14 @@ $(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 --exec-path | xargs -I % -- grep -q -- --recursive %/git-submodule)) $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file)) $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \ - openssl version | grep OpenSSL)) + openssl version | grep '\(OpenSSL\|LibreSSL\)')) # Install ldconfig stub