mirror of https://github.com/OpenIPC/firmware.git
Replace wget options
parent
94ce790577
commit
aa64d51aa3
5
Makefile
5
Makefile
|
@ -48,10 +48,9 @@ clean:
|
||||||
|
|
||||||
prepare: $(BR_DIR)
|
prepare: $(BR_DIR)
|
||||||
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
|
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
|
||||||
wget -O $@ \
|
wget -O $@ -nv \
|
||||||
--header="Host: buildroot.org" --no-check-certificate \
|
|
||||||
--retry-connrefused --continue --timeout=15 \
|
--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
|
$(BR_DIR): $(ROOT_DIR)/buildroot-$(BR_VER).tar.gz
|
||||||
tar -C $(ROOT_DIR) -xf buildroot-$(BR_VER).tar.gz
|
tar -C $(ROOT_DIR) -xf buildroot-$(BR_VER).tar.gz
|
||||||
|
|
Loading…
Reference in New Issue