aboutsummaryrefslogtreecommitdiffstats
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
commit32cba690184da1124f756cb43216cbaa725ab802 (patch)
tree20e9e4675c54e5ae997f650bb86f5e27083cd547 /include/prereq-build.mk
parentffccd6fa5f28d93bfb4a8864096c694f4db45796 (diff)
downloadmaster-187ad058-32cba690184da1124f756cb43216cbaa725ab802.tar.gz
master-187ad058-32cba690184da1124f756cb43216cbaa725ab802.tar.bz2
master-187ad058-32cba690184da1124f756cb43216cbaa725ab802.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37122 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. \
-))