Remove dev/null in wget to debug

pull/410/head
Dmitry Ilyin 2022-08-26 12:47:31 +03:00
parent 9ad2f74f68
commit 94ce790577
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ $(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
https://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