diff options
Diffstat (limited to 'configs/atstk1005_defconfig')
-rw-r--r-- | configs/atstk1005_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/atstk1005_defconfig b/configs/atstk1005_defconfig index d95b66638..16af8baa2 100644 --- a/configs/atstk1005_defconfig +++ b/configs/atstk1005_defconfig @@ -82,9 +82,8 @@ BR2_KERNEL_ARCH_PATCH_DIR="target/device/Atmel/arch-avr32/kernel-patches-$(BR2_K # Build options # BR2_WGET="wget --passive-ftp --retry-connrefused --waitretry=10" -BR2_SVN_CO="svn co" -BR2_SVN_UP="svn up" -BR2_GIT="git clone" +BR2_SVN="svn" +BR2_GIT="git" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" |