diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 18:26:31 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 18:26:31 +0000 |
commit | 6c2d80b2ae376fc301ed088a6d4b0352f3ff58a6 (patch) | |
tree | 919b1961dc8da3cde2deb6f7273e87b14f4fb2e4 /target/device | |
parent | afec6787450ff42906cb3ea47ff94c9dc887c5b3 (diff) | |
download | buildroot-novena-6c2d80b2ae376fc301ed088a6d4b0352f3ff58a6.tar.gz buildroot-novena-6c2d80b2ae376fc301ed088a6d4b0352f3ff58a6.zip |
Update AVR32 tools download location
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Toolchain.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 94ec95aea..6a35332e4 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -30,7 +30,7 @@ endchoice config BR2_VENDOR_SITE string - default $(BR2_ATMEL_MIRROR) if BR2_TOOLCHAIN_ATMEL_AVR32 + default "$(BR2_ATMEL_MIRROR)/Source" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_SUFFIX string |