diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-01 17:57:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-01 17:57:09 +0000 |
commit | 05741a03318a9f96003c16d5407461ffa926b583 (patch) | |
tree | 11b63ab0c081ca6935c248c8e49da263bcae1d3c | |
parent | 460233fa2a32ff7b2bf8bc4acfc5613923597b6b (diff) | |
download | mtk-20170518-05741a03318a9f96003c16d5407461ffa926b583.zip mtk-20170518-05741a03318a9f96003c16d5407461ffa926b583.tar.gz mtk-20170518-05741a03318a9f96003c16d5407461ffa926b583.tar.bz2 |
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
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index dadce81..59ea7ef 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. \ -)) |