diff options
Diffstat (limited to 'configs/at91sam9260dfc_defconfig')
-rw-r--r-- | configs/at91sam9260dfc_defconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index de002c4be..50fa8effe 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -149,9 +149,8 @@ BR2_KERNEL_ARCH_PATCH_DIR="target/device/Atmel/arch-arm/kernel-patches-$(BR2_KER # 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="" @@ -637,7 +636,6 @@ BR2_PACKAGE_MTD_NFTLDUMP=y BR2_PACKAGE_MTD_SUMTOOL=y # BR2_PACKAGE_NTFS-3G is not set # BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PCMCIA is not set BR2_PACKAGE_SETSERIAL=y # BR2_PACKAGE_SMARTMONTOOLS is not set BR2_PACKAGE_UDEV_VOLUME_ID=y @@ -736,7 +734,6 @@ BR2_PACKAGE_XSERVER_none=y # BR2_PACKAGE_PANGO is not set # BR2_PACKAGE_LIBDRM is not set # BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_LIBGLIB12 is not set BR2_PACKAGE_LIBGLIB2=y # BR2_PACKAGE_OPENMOTIF is not set # BR2_PACKAGE_FONTCONFIG is not set |