From 7f29b516d8067848695f73e375306e3085423f98 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 14 Feb 2011 15:06:11 +0000 Subject: [PATCH] add git (git-core) as a prerequisite (#8866) SVN-Revision: 25536 --- include/prereq-build.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2