mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-11 12:19:22 +00:00
Remove duplication of AVR32 toolchain
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
menu "Toolchain"
|
menu "Toolchain"
|
||||||
choice
|
choice
|
||||||
prompt "Toolchain type"
|
prompt "Toolchain type"
|
||||||
default BR2_TOOLCHAIN_BUILDROOT
|
default BR2_TOOLCHAIN_BUILDROOT if !BR2_avr32
|
||||||
|
default BR2_TOOLCHAIN_EXTERNAL_SOURCE if BR2_avr32
|
||||||
help
|
help
|
||||||
Select whether to use the toolchain provided by buildroot
|
Select whether to use the toolchain provided by buildroot
|
||||||
or an external toolchain.
|
or an external toolchain.
|
||||||
@@ -11,6 +12,7 @@ choice
|
|||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT
|
config BR2_TOOLCHAIN_BUILDROOT
|
||||||
bool "Buildroot toolchain"
|
bool "Buildroot toolchain"
|
||||||
|
depends on !BR2_avr32
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL
|
config BR2_TOOLCHAIN_EXTERNAL
|
||||||
bool "External binary toolchain"
|
bool "External binary toolchain"
|
||||||
|
Reference in New Issue
Block a user