From: nbd Date: Thu, 24 Apr 2014 19:28:11 +0000 (+0000) Subject: build: add a prereq check for file (#15692) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e14b26649c54c586f90624c7954932ed1a09772c;p=openwrt.git build: add a prereq check for file (#15692) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40568 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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. \ +))