mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: add a prereq check for file (#15692)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40568 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c4d4aef229
commit
ed2d5abe9e
@ -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. \
|
||||
))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user