summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen2004-10-15 09:11:54 +0200
committerEric Andersen2004-10-15 09:11:54 +0200
commitfb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f (patch)
treeb89be1782cfa330a0b61956563babfa182d639a9 /Config.in
parentfix installing of libproc.so on 64bit systems (like amd64) and fix the clean ... (diff)
downloadbuildroot-fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f.tar.gz
buildroot-fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f.tar.xz
buildroot-fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f.zip
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.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
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