add prereq check for wget
SVN-Revision: 5065
This commit is contained in:
parent
dfcaae5b19
commit
3df04a85c0
@ -96,6 +96,10 @@ $(eval $(call RequireCommand,perl, \
|
||||
Please install perl. \
|
||||
))
|
||||
|
||||
$(eval $(call RequireCommand,wget, \
|
||||
Please install wget. \
|
||||
))
|
||||
|
||||
define Require/gnutar
|
||||
$(TAR) --version 2>&1 | grep GNU > /dev/null
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user