mirror of https://github.com/OpenIPC/firmware.git
Remove dev/null in wget to debug
parent
9ad2f74f68
commit
94ce790577
3
Makefile
3
Makefile
|
@ -51,8 +51,7 @@ $(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
|
||||||
wget -O $@ \
|
wget -O $@ \
|
||||||
--header="Host: buildroot.org" --no-check-certificate \
|
--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 \
|
https://buildroot.org/downloads/buildroot-$(BR_VER).tar.gz
|
||||||
2>/dev/null
|
|
||||||
|
|
||||||
$(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