Revert "prereq-build: check for "bc" (#13767)"
authorFlorian Fainelli <florian@openwrt.org>
Mon, 1 Jul 2013 17:57:09 +0000 (17:57 +0000)
committerFlorian 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

index dadce81ad55d1d9b9c84864706a2e6b96eac0ce3..59ea7ef9a78f976eba2b9169aab98fbc6b1571cd 100644 (file)
@@ -183,7 +183,3 @@ endef
 $(eval $(call Require,getopt-extended, \
        Please install an extended getopt version that supports --long \
 ))
 $(eval $(call Require,getopt-extended, \
        Please install an extended getopt version that supports --long \
 ))
-
-$(eval $(call RequireCommand,bc, \
-       Please install bc. \
-))