diff options
author | Maxime Petazzoni <maxime.petazzoni@bulix.org> | 2010-09-02 12:09:46 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-13 08:18:13 +0200 |
commit | 9eddd31df3ae821e8ff39e31e2ee1b39ca3891c3 (patch) | |
tree | 47e3eb7c784911e32f1e8dc0252821a58909288d /configs/atngw100_defconfig | |
parent | cf71111b99ab95118c6bd4770797f31961a9aa14 (diff) |
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/atngw100_defconfig')
-rw-r--r-- | configs/atngw100_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index 50c376b31..d1c43bab3 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -69,11 +69,10 @@ BR2_TARGET_AVR32_ATNGW100=y # Commands # BR2_WGET="wget --passive-ftp --retry-connrefused --waitretry=10" -BR2_SVN_CO="svn co" -BR2_SVN_UP="svn up" +BR2_SVN="svn" BR2_BZR_CO="bzr co" BR2_BZR_UP="bzr up" -BR2_GIT="git clone" +BR2_GIT="git" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" |