projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
we don't need bluetooth on avr32 for now
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
78a278e
..
6311e60
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-78,6
+78,9
@@
$(eval $(call Require,zlib, \
Please install zlib. (Missing libz.so or zlib.h) \
))
+$(eval $(call RequireCommand,gawk, \
+ Please install GNU awk. \
+))
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
@@
-119,4
+122,3
@@
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
-
This page took
0.020538 seconds
and
4
git commands to generate.