1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

build: add a prereq check for file (#15692)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40568
This commit is contained in:
Felix Fietkau 2014-04-24 19:28:11 +00:00
parent e1bd4e9aa4
commit 8306b55862

View File

@ -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. \
))