diff options
-rw-r--r-- | target/device/Atmel/atngw100/atngw100_defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/device/Atmel/atngw100/atngw100_defconfig b/target/device/Atmel/atngw100/atngw100_defconfig index a07a21dd4..433c90e01 100644 --- a/target/device/Atmel/atngw100/atngw100_defconfig +++ b/target/device/Atmel/atngw100/atngw100_defconfig @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Fri Jul 4 07:58:19 2008 +# Fri Jul 4 12:01:17 2008 # BR2_HAVE_DOT_CONFIG=y BR2_VERSION="0.10.0-svn" @@ -170,8 +170,11 @@ BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2=y BR2_TOOLCHAIN_ATMEL_AVR32=y BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)" BR2_VENDOR_SUFFIX="-avr32" +BR2_VENDOR_BINUTILS_RELEASE="-2.1.5" +BR2_VENDOR_GCC_RELEASE="-2.1.5" +BR2_VENDOR_UCLIBC_RELEASE="-2.1.5" BR2_VENDOR_GDB_RELEASE="-2.1.5" -BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32" +BR2_VENDOR_PATCH_DIR="Atmel/avr32" # BR2_EXT_GCC_VERSION_4_1_2 is not set # BR2_EXT_GCC_VERSION_4_2_1 is not set BR2_EXT_GCC_VERSION_4_2_2=y |