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 <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37108 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2013-06-30 17:14:47 +00:00
parent a30ef3735f
commit 01b743384d
1 changed files with 4 additions and 0 deletions

View File

@ -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. \
))