From: florian Date: Mon, 14 Feb 2011 15:06:11 +0000 (+0000) Subject: add git (git-core) as a prerequisite (#8866) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=1e87adcdd3d19773158fb1f46dcf51ea2218d103;hp=3f841676ab291040ff23c77ccab5881a9aca6bb2;p=openwrt.git add git (git-core) as a prerequisite (#8866) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25536 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 84d3f2274c..5b3a7734b6 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