Will McCammon writes:
authorEric Andersen <andersen@codepoet.org>
Fri, 15 Oct 2004 07:11:54 +0000 (07:11 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 15 Oct 2004 07:11:54 +0000 (07:11 -0000)
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

index 306239396e980069b087384248c717125e999414..df5607f92b1767e74cc7d41375835e6588843bdb 100644 (file)
--- 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