mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
All build scripts use $BR2_ARCH to determine location of critical board files and configuration. As per previous decisions, the BR2_ARCH variable controls all naming in Infix and for consistency the defconfig files are also renamed. This fixes the issue with missing DTB file(s) for the Raspberry Pi 2B. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
menu "Board Support"
|
|
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/arm/Config.in"
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/aarch64/Config.in"
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/riscv64/Config.in"
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/x86_64/Config.in"
|
|
|
|
endmenu
|