X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3dcf8b9e33a39bb791904fcf6b2a4ff6ccbcfa7a..92eb69df517b3fb651614975064d7ac14eaf1b8f:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index d6396af8e..486f573f8 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -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