X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=5b3a7734b61adb8605c16bba0ecac5e23ccadad6;hb=0c3a38397429ea83220793aadd5c81b26040f158;hp=84d3f2274c6b3c8f58cc291018881e4d7f84320c;hpb=814981518984c1a642f59b59d16b305aa3d6eeeb;p=openwrt%2Fstaging%2Fdedeckeh.git 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