diff --git a/Makefile b/Makefile index 0e1612d1..1609bd53 100644 --- a/Makefile +++ b/Makefile @@ -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