[Armadeus-commitlog] SF.net SVN: armadeus: [525] trunk/patches/004-Buildroot-defconfig.diff
Brought to you by:
sszy
|
From: <th...@us...> - 2007-01-03 21:55:23
|
Revision: 525
http://armadeus.svn.sourceforge.net/armadeus/?rev=525&view=rev
Author: thom25
Date: 2007-01-03 13:55:20 -0800 (Wed, 03 Jan 2007)
Log Message:
-----------
fix bug 1626356
Modified Paths:
--------------
trunk/patches/004-Buildroot-defconfig.diff
Modified: trunk/patches/004-Buildroot-defconfig.diff
===================================================================
--- trunk/patches/004-Buildroot-defconfig.diff 2007-01-03 21:04:23 UTC (rev 524)
+++ trunk/patches/004-Buildroot-defconfig.diff 2007-01-03 21:55:20 UTC (rev 525)
@@ -41,7 +41,8 @@
+#
+# Build options
+#
- BR2_WGET="wget --passive-ftp"
+-BR2_WGET="wget --passive-ftp"
++BR2_WGET="wget --passive-ftp --no-directories"
+BR2_SVN="svn co"
+BR2_ZCAT="zcat"
+BR2_TAR_OPTIONS=""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|