|
@@ -1,7 +1,7 @@
|
|
choice
|
|
choice
|
|
prompt "Source location:"
|
|
prompt "Source location:"
|
|
- default BR2_TOOLCHAIN_NORMAL if !BR2_avr32
|
|
|
|
- default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
|
|
|
|
|
+ default BR2_TOOLCHAIN_NORMAL if!BR2_avr32
|
|
|
|
+ default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
|
depends on BR2_TOOLCHAIN_BUILDROOT
|
|
depends on BR2_TOOLCHAIN_BUILDROOT
|
|
help
|
|
help
|
|
Select whether to use the toolchain built by the buildroot
|
|
Select whether to use the toolchain built by the buildroot
|