Signed-off-by: geraldo netto <[email protected]> --- onos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onos/Makefile b/onos/Makefile index db0a736..cc79c76 100644 --- a/onos/Makefile +++ b/onos/Makefile @@ -8,7 +8,7 @@ URL:=http://downloads.onosproject.org/release/$(TARBALL) module: ROOTFS usr.manifest $(TARBALL): - wget $(URL) + wget -c $(URL) ROOTFS/$(NAME): $(TARBALL) tar xf $(TARBALL) -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
