mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 15:13:02 +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>
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
if BR2_arm
|
|
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/arm/raspberrypi-rpi2/Config.in"
|
|
|
|
endif
|