Replace wget options

pull/410/head
Dmitry Ilyin 2022-08-26 12:55:59 +03:00
parent 94ce790577
commit aa64d51aa3
1 changed files with 2 additions and 3 deletions

View File

@ -48,10 +48,9 @@ clean:
prepare: $(BR_DIR)
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
wget -O $@ \
--header="Host: buildroot.org" --no-check-certificate \
wget -O $@ -nv \
--retry-connrefused --continue --timeout=15 \
https://buildroot.org/downloads/buildroot-$(BR_VER).tar.gz
http://buildroot.org/downloads/buildroot-$(BR_VER).tar.gz
$(BR_DIR): $(ROOT_DIR)/buildroot-$(BR_VER).tar.gz
tar -C $(ROOT_DIR) -xf buildroot-$(BR_VER).tar.gz