diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-15 07:11:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-15 07:11:54 +0000 |
commit | fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f (patch) | |
tree | b89be1782cfa330a0b61956563babfa182d639a9 | |
parent | cc388f0b0a1d690780a5c9a9a73d3ae389572621 (diff) | |
download | buildroot-novena-fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f.tar.gz buildroot-novena-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.
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |