فهرست منبع

add prereq check for wget

SVN-Revision: 5065
Felix Fietkau 19 سال پیش
والد
کامیت
3df04a85c0
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      include/prereq-build.mk

+ 4 - 0
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