diff options
-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 5be7f709d..867836f5d 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -1,7 +1,7 @@ if BR2_TOOLCHAIN_EXTERNAL_SOURCE choice prompt "Source location:" - default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32 + default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32 help Select whether to use the toolchain built by the buildroot system or an external pre-built toolchain. |