summaryrefslogtreecommitdiffstats
path: root/configs/integrator926_defconfig
diff options
context:
space:
mode:
authorMaxime Petazzoni <maxime.petazzoni@bulix.org>2010-09-02 12:09:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-13 08:18:13 +0200
commit9eddd31df3ae821e8ff39e31e2ee1b39ca3891c3 (patch)
tree47e3eb7c784911e32f1e8dc0252821a58909288d /configs/integrator926_defconfig
parentcf71111b99ab95118c6bd4770797f31961a9aa14 (diff)
downloadbuildroot-novena-9eddd31df3ae821e8ff39e31e2ee1b39ca3891c3.tar.gz
buildroot-novena-9eddd31df3ae821e8ff39e31e2ee1b39ca3891c3.zip
Update defconfigs with new VCS config options
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/integrator926_defconfig')
-rw-r--r--configs/integrator926_defconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig
index 3d82ba234..0b4c2193e 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=""