Skip to content
Snippets Groups Projects
Commit 3df04a85 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add prereq check for wget

SVN-Revision: 5065
parent dfcaae5b
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,10 @@ $(eval $(call RequireCommand,perl, \ ...@@ -96,6 +96,10 @@ $(eval $(call RequireCommand,perl, \
Please install perl. \ Please install perl. \
)) ))
$(eval $(call RequireCommand,wget, \
Please install wget. \
))
define Require/gnutar define Require/gnutar
$(TAR) --version 2>&1 | grep GNU > /dev/null $(TAR) --version 2>&1 | grep GNU > /dev/null
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment