diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-16 22:33:06 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-17 14:09:48 +0200 |
commit | a172611725f5eb6b06b64f280c3656780c809f51 (patch) | |
tree | 98870dc141006df243e2c7f1913bca3385e81ae0 /configs/integrator926_defconfig | |
parent | 0a5ec788662b9b18aa65806a706904bf9860b837 (diff) | |
parent | 1475384413f2db15bceb69c8c56454319c3ce5e7 (diff) | |
download | buildroot-novena-a172611725f5eb6b06b64f280c3656780c809f51.tar.gz buildroot-novena-a172611725f5eb6b06b64f280c3656780c809f51.zip |
Merge branch 'for-2010.11/download-rework' of git://git.busybox.net/~tpetazzoni/git/buildroot
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/integrator926_defconfig')
-rw-r--r-- | configs/integrator926_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index 724b02515..d7ccc6533 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -81,9 +81,8 @@ BR2_BOARD_PATH="target/device/ARMLTD/$(BR2_BOARD_NAME)" # Build options # BR2_WGET="wget --passive-ftp -nd" -BR2_SVN_CO="svn co" -BR2_SVN_UP="svn up" -BR2_GIT="git clone" +BR2_SVN="svn" +BR2_GIT="git" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" |