projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add option to turn off dynamic dhcp closes #2694
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
c31020c
..
1e448d3
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-119,6
+119,10
@@
$(eval $(call Require,gnutar, \
Please install GNU tar. \
))
+$(eval $(call RequireCommand,svn, \
+ Please install the subversion client. \
+))
+
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
This page took
0.029007 seconds
and
4
git commands to generate.