diff --git a/Makefile b/Makefile index 05824dfe..b9b989ef 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ endef define WGET @mkdir -p apps/ - wget --no-verbose -O $(2) $(1) + wget --no-verbose --no-check-certificate -O $(2) $(1) endef #