X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d1b7d3770d326b1d494792b9ad94b071d9970bc2..1b523918ffb6dc3913599426e17882db0a5b4d83:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 84d3f2274..5b3a7734b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -121,6 +121,10 @@ $(eval $(call RequireCommand,wget, \ Please install wget. \ )) +$(eval $(call RequireCommand,git, \ + Please install git (git-core). \ +)) + define Require/gnutar $(TAR) --version 2>&1 | grep GNU > /dev/null endef