Browse Source

busybox wget does not know tries

Waldemar Brodkorb 14 years ago
parent
commit
2d12c0b270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/vars.mk

+ 1 - 1
mk/vars.mk

@@ -140,6 +140,6 @@ QUIET:=
 else
 QUIET:=			--quiet
 endif
-FETCH_CMD?=		wget --tries=1 --timeout=30 $(QUIET)
+FETCH_CMD?=		wget --timeout=30 $(QUIET)
 
 include $(TOPDIR)/mk/mirrors.mk