mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
# aarch64 via UEFI for all UEFI-enabled boards
|
|
declare -g BOARD_NAME="UEFI arm64"
|
|
declare -g BOARDFAMILY="uefi-arm64"
|
|
declare -g BOARD_MAINTAINER="rpardini"
|
|
declare -g KERNEL_TARGET="legacy,current,edge"
|
|
declare -g KERNEL_TEST_TARGET="current"
|
|
declare -g BOOT_LOGO=desktop
|