Преглед на файлове

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.
Eric Andersen преди 21 години
родител
ревизия
fb1c67c1e7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Config.in

+ 1 - 1
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