mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 09:27:43 +00:00
- FIXME: Bug Ulf to provide a helptext
- fixup erroneous whitespace that prevents this to fit into an 80x24 terminal
This commit is contained in:
parent
cd1819ee15
commit
41d8020398
@ -10,6 +10,8 @@ choice
|
|||||||
config BR2_TOOLCHAIN_NORMAL
|
config BR2_TOOLCHAIN_NORMAL
|
||||||
bool
|
bool
|
||||||
prompt "Use default sources for toolchain"
|
prompt "Use default sources for toolchain"
|
||||||
|
help
|
||||||
|
FIXME: Bug Ulf to provide a helptext
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_ATMEL_AVR32
|
config BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
bool
|
bool
|
||||||
@ -24,28 +26,28 @@ endchoice
|
|||||||
|
|
||||||
config BR2_VENDOR_SITE
|
config BR2_VENDOR_SITE
|
||||||
string
|
string
|
||||||
default $(BR2_ATMEL_MIRROR) if BR2_TOOLCHAIN_ATMEL_AVR32
|
default $(BR2_ATMEL_MIRROR) if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_SUFFIX
|
config BR2_VENDOR_SUFFIX
|
||||||
string
|
string
|
||||||
default "-avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "-avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_BINUTILS_RELEASE
|
config BR2_VENDOR_BINUTILS_RELEASE
|
||||||
string
|
string
|
||||||
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_GCC_RELEASE
|
config BR2_VENDOR_GCC_RELEASE
|
||||||
string
|
string
|
||||||
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_UCLIBC_RELEASE
|
config BR2_VENDOR_UCLIBC_RELEASE
|
||||||
string
|
string
|
||||||
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_GDB_RELEASE
|
config BR2_VENDOR_GDB_RELEASE
|
||||||
string
|
string
|
||||||
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
|
||||||
config BR2_VENDOR_PATCH_DIR
|
config BR2_VENDOR_PATCH_DIR
|
||||||
string
|
string
|
||||||
default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user