mirror of https://github.com/hak5/openwrt.git
parent
c38691f291
commit
8857381856
|
@ -121,3 +121,11 @@ $(eval $(call Require,gnutar, \
|
|||
$(eval $(call RequireCommand,autoconf, \
|
||||
Please install GNU autoconf. \
|
||||
))
|
||||
|
||||
define Require/find
|
||||
find . -maxdepth 1 -exec ls {} + > /dev/null 2>&1
|
||||
endef
|
||||
|
||||
$(eval $(call Require,find, \
|
||||
Please install GNU find 4.2.12 or better. \
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue