From 01b743384d1e96b74dd5b50605875ed88a4f8c87 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 30 Jun 2013 17:14:47 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37108 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/prereq-build.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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. \ +)) -- cgit v1.2.3