projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460233f
)
Revert "prereq-build: check for "bc" (#13767)"
author
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Jul 2013 17:57:09 +0000
(17:57 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Jul 2013 17:57:09 +0000
(17:57 +0000)
Makes all buildbot builds fail; until we get the right software
installed, revert this changeset.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37122
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index dadce81ad55d1d9b9c84864706a2e6b96eac0ce3..59ea7ef9a78f976eba2b9169aab98fbc6b1571cd 100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-183,7
+183,3
@@
endef
$(eval $(call Require,getopt-extended, \
Please install an extended getopt version that supports --long \
))
-
-$(eval $(call RequireCommand,bc, \
- Please install bc. \
-))