Revert no-check-certificate due to buggy servers

pull/410/head
Dmitry Ilyin 2022-08-26 12:45:48 +03:00
parent 469853ddd5
commit 9ad2f74f68
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ clean:
prepare: $(BR_DIR)
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
wget -O $@ \
--header="Host: buildroot.org" --no-check-certificate \
--retry-connrefused --continue --timeout=15 \
https://buildroot.org/downloads/buildroot-$(BR_VER).tar.gz \
2>/dev/null