* Add BOARD_VENDOR to board configs * Add BOARD_VENDOR to all board configuration files - Added BOARD_VENDOR variable to board configuration files - Using lowercase vendor slugs (e.g., friendlyelec, radxa, xunlong) - Set 'generic' for boards without clear vendor match - TV box files (.tvb) excluded as they have no clear vendor - Enables better board categorization and vendor-specific handling * Manual adjustements on top of AI matching * Drop doubled definition and add retroid vendor
28 lines
802 B
Plaintext
28 lines
802 B
Plaintext
# Allwinner H618 quad core 2/4GB RAM 8GB eMMC SoC WiFi\Bt HDMI SPI USB-C
|
|
BOARD_NAME="BananaPi M4 Berry"
|
|
BOARD_VENDOR="sinovoip"
|
|
BOARDFAMILY="sun50iw9-bpi"
|
|
BOARD_MAINTAINER="The-going"
|
|
BOOTCONFIG="bananapi_m4_berry_defconfig"
|
|
|
|
BOOTPATCHDIR="v2025-sunxi"
|
|
BOOTBRANCH_BOARD="tag:v2025.04"
|
|
|
|
OVERLAY_PREFIX="sun50i-h616"
|
|
BOOT_FDT_FILE="sun50i-h618-bananapi-m4-berry.dtb"
|
|
BOOT_LOGO="desktop"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
|
|
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools hostapd"
|
|
|
|
function post_family_tweaks_bsp__bananapi_module_conf() {
|
|
|
|
mkdir -p "${destination}"/etc/modprobe.d/
|
|
display_alert "$BOARD" "Configuring rtl8821cu wifi module" "info"
|
|
|
|
cp -f "${SRC}"/packages/bsp/wifi-rtl8821cu/etc/modprobe.d/8821cu.conf \
|
|
"${destination}"/etc/modprobe.d/8821cu.conf
|
|
|
|
}
|