mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
config BR2_PACKAGE_BANANAPI_BPI_R3
|
|
bool "Banana Pi R3"
|
|
depends on BR2_aarch64
|
|
select BR2_PACKAGE_FEATURE_WIFI
|
|
select BR2_PACKAGE_LINUX_FIRMWARE
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7986
|
|
select SDCARD_AUX
|
|
help
|
|
Build Banana PI R3 support
|