projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
madwifi: remove my maintainer line from the package
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
84d3f22
..
5b3a773
100644
(file)
--- 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
This page took
0.019778 seconds
and
4
git commands to generate.