mirror of https://github.com/hak5/openwrt.git
build: add a prereq check for file (#15692)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40568lede-17.01
parent
e1bd4e9aa4
commit
8306b55862
|
@ -187,3 +187,7 @@ endef
|
||||||
$(eval $(call Require,getopt-extended, \
|
$(eval $(call Require,getopt-extended, \
|
||||||
Please install an extended getopt version that supports --long \
|
Please install an extended getopt version that supports --long \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
$(eval $(call RequireCommand,file, \
|
||||||
|
Please install file. \
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in New Issue