X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d1b7d3770d326b1d494792b9ad94b071d9970bc2..b13f617e47029acd2f5ee70732131ea4652598d3:/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