Revert "prereq-build: check for "bc" (#13767)"
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jul 2013 17:57:09 +0000 (17:57 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37122 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/prereq-build.mk

index dadce81..59ea7ef 100644 (file)
@@ -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. \
-))