From: Florian Fainelli Date: Sun, 30 Jun 2013 17:14:47 +0000 (+0000) Subject: prereq-build: check for "bc" (#13767) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b9831690e4f408d2a23a660c61b311d308317dcb;p=openwrt%2Fstaging%2Fzorun.git prereq-build: check for "bc" (#13767) bc is required by the kernel to compute timeconsts files, add bc to the list of prereq to build OpenWrt. Signed-off-by: Florian Fainelli SVN-Revision: 37108 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 59ea7ef9a7..dadce81ad5 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -183,3 +183,7 @@ endef $(eval $(call Require,getopt-extended, \ Please install an extended getopt version that supports --long \ )) + +$(eval $(call RequireCommand,bc, \ + Please install bc. \ +))