prereq-build: check for "bc" (#13767)
[openwrt.git] / include / prereq-build.mk
index 59ea7ef9a78f976eba2b9169aab98fbc6b1571cd..dadce81ad55d1d9b9c84864706a2e6b96eac0ce3 100644 (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. \
+))