From: florian Date: Mon, 1 Jul 2013 17:57:09 +0000 (+0000) Subject: Revert "prereq-build: check for "bc" (#13767)" X-Git-Tag: fast2504n-3.10.28-merged~2197 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6d7659c1d3aa04c9d7287e815769d94d69b5dbc9;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37122 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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. \ -))