mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
9 lines
308 B
Plaintext
9 lines
308 B
Plaintext
# x86_64 via UEFI/BIOS for a generic hardware board
|
|
declare -g BOARD_NAME="UEFI x86"
|
|
declare -g BOARDFAMILY="uefi-x86"
|
|
declare -g BOARD_MAINTAINER="rpardini"
|
|
declare -g KERNEL_TARGET="current,edge,legacy,cloud"
|
|
declare -g KERNEL_TEST_TARGET="current"
|
|
declare -g SERIALCON="tty1"
|
|
declare -g BOOT_LOGO=desktop
|