diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-14 15:06:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-14 15:06:11 +0000 |
commit | 55828c19603f532bb74ee78ec9c7fcd9b65e0222 (patch) | |
tree | 43a1acdda3f3481b7d6b5a8d736b2769703bc9e1 | |
parent | b1be7fc823b8840bf3f3073c5d79f41a39c1ca59 (diff) | |
download | upstream-55828c19603f532bb74ee78ec9c7fcd9b65e0222.tar.gz upstream-55828c19603f532bb74ee78ec9c7fcd9b65e0222.tar.bz2 upstream-55828c19603f532bb74ee78ec9c7fcd9b65e0222.zip |
add git (git-core) as a prerequisite (#8866)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25536 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |