From: Felix Fietkau Date: Thu, 24 Apr 2014 19:28:11 +0000 (+0000) Subject: build: add a prereq check for file (#15692) X-Git-Tag: v19.07.0-rc1~18024 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8306b558621729da7ab8c48456288242c6b4b58b;p=openwrt%2Fstaging%2Fhauke.git build: add a prereq check for file (#15692) Signed-off-by: Felix Fietkau SVN-Revision: 40568 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b7ada69bb4..2e8d712cb8 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -187,3 +187,7 @@ endef $(eval $(call Require,getopt-extended, \ Please install an extended getopt version that supports --long \ )) + +$(eval $(call RequireCommand,file, \ + Please install file. \ +))