projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make table of contents clickable
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
d6396af
..
486f573
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-96,6
+96,10
@@
$(eval $(call RequireCommand,perl, \
Please install perl. \
))
+$(eval $(call RequireCommand,wget, \
+ Please install wget. \
+))
+
define Require/gnutar
$(TAR) --version 2>&1 | grep GNU > /dev/null
endef
This page took
0.020913 seconds
and
4
git commands to generate.