From e14b26649c54c586f90624c7954932ed1a09772c Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 24 Apr 2014 19:28:11 +0000 Subject: [PATCH] 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 --- include/prereq-build.mk | 4 ++++ 1 file changed, 4 insertions(+) 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. \ +)) -- 2.11.0