summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-07-01 17:57:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-07-01 17:57:09 +0000
commit05741a03318a9f96003c16d5407461ffa926b583 (patch)
tree11b63ab0c081ca6935c248c8e49da263bcae1d3c /include/prereq-build.mk
parent460233fa2a32ff7b2bf8bc4acfc5613923597b6b (diff)
downloadmaster-31e0f0ae-05741a03318a9f96003c16d5407461ffa926b583.tar.gz
master-31e0f0ae-05741a03318a9f96003c16d5407461ffa926b583.tar.bz2
master-31e0f0ae-05741a03318a9f96003c16d5407461ffa926b583.zip
Revert "prereq-build: check for "bc" (#13767)"
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
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index dadce81ad5..59ea7ef9a7 100644
--- 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. \
-))