* 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
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
# Allwinner H618 quad core 1/2/4GB RAM SoC WiFi SPI USB-C
|
|
BOARD_NAME="Orange Pi Zero3"
|
|
BOARD_VENDOR="xunlong"
|
|
BOARDFAMILY="sun50iw9"
|
|
BOARD_MAINTAINER="alexl83 chraac"
|
|
BOOTCONFIG="orangepi_zero3_defconfig"
|
|
BOOTBRANCH="tag:v2025.04"
|
|
BOOTPATCHDIR="v2025-sunxi"
|
|
BOOT_LOGO="desktop"
|
|
OVERLAY_PREFIX="sun50i-h616"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FORCE_BOOTSCRIPT_UPDATE="yes"
|
|
|
|
enable_extension "uwe5622-allwinner"
|