From fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Oct 2004 07:11:54 +0000 Subject: Will McCammon writes: make fails for busybox 1.0.0 on fedora core 2 because the default behavior of wget is to create a directory structure of the remote download server on the local filesystem. in which case, tar cannot find successfully downloaded files in /buildroot/sources/dl. patch attached. --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 306239396..df5607f92 100644 --- a/Config.in +++ b/Config.in @@ -60,7 +60,7 @@ config BR2_ARCH config BR2_WGET string - default "wget --passive-ftp" + default "wget --passive-ftp -nd" config BR2_TAR_VERBOSITY bool -- cgit v1.2.3