diff options
Diffstat (limited to 'configs/i686_defconfig')
-rw-r--r-- | configs/i686_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/i686_defconfig b/configs/i686_defconfig index e75f1051d..fe249fa7a 100644 --- a/configs/i686_defconfig +++ b/configs/i686_defconfig @@ -85,9 +85,8 @@ BR2_TARGET_I686=y # Build options # BR2_WGET="wget --passive-ftp" -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="" |