From: <kr...@us...> - 2006-10-01 20:18:49
|
Revision: 385 http://svn.sourceforge.net/astlinux/?rev=385&view=rev Author: krisk84 Date: 2006-10-01 13:18:45 -0700 (Sun, 01 Oct 2006) Log Message: ----------- update configs to use getter_script Modified Paths: -------------- trunk/astlinux-openser.config trunk/astlinux.config trunk/gumstix.config Modified: trunk/astlinux-openser.config =================================================================== --- trunk/astlinux-openser.config 2006-10-01 19:43:58 UTC (rev 384) +++ trunk/astlinux-openser.config 2006-10-01 20:18:45 UTC (rev 385) @@ -25,7 +25,7 @@ # # Build options # -BR2_WGET="wget --passive-ftp" +BR2_WGET="toolchain/getter_script.sh" BR2_SVN="svn co" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(BASE_DIR)/dl" Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2006-10-01 19:43:58 UTC (rev 384) +++ trunk/astlinux.config 2006-10-01 20:18:45 UTC (rev 385) @@ -25,7 +25,7 @@ # # Build options # -BR2_WGET="wget --passive-ftp" +BR2_WGET="toolchain/getter_script.sh" BR2_SVN="svn co" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(BASE_DIR)/dl" Modified: trunk/gumstix.config =================================================================== --- trunk/gumstix.config 2006-10-01 19:43:58 UTC (rev 384) +++ trunk/gumstix.config 2006-10-01 20:18:45 UTC (rev 385) @@ -33,7 +33,7 @@ # # Build options # -BR2_WGET="wget --passive-ftp" +BR2_WGET="toolchain/getter_script.sh" BR2_SVN="svn co" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(BASE_DIR)/dl" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |