mirror of https://github.com/armbian/build.git
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
# x86_64 Windows Subsystem for Linux 2 (Hyper-V)
|
|
declare -g BOARD_NAME="WSL2 x86"
|
|
declare -g BOARDFAMILY="uefi-x86"
|
|
declare -g BOARD_MAINTAINER="rpardini"
|
|
declare -g KERNEL_TARGET="current,edge"
|
|
|
|
# Source vendor-specific configuration (common hooks for wsl2 - changes LINUXFAMILY etc)
|
|
source "${SRC}/config/sources/vendors/microsoft/wsl2.hooks.sh"
|