diff options
| author | Eric Andersen | 2004-10-15 09:11:54 +0200 |
|---|---|---|
| committer | Eric Andersen | 2004-10-15 09:11:54 +0200 |
| commit | fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f (patch) | |
| tree | b89be1782cfa330a0b61956563babfa182d639a9 | |
| parent | fix installing of libproc.so on 64bit systems (like amd64) and fix the clean ... (diff) | |
| download | buildroot-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.
| -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 |
