Khadas VIM1S/VIM4 disable wayland and default to X as its fairly unstable

This commit is contained in:
Igor Pecovnik 2026-02-23 12:05:11 +01:00 committed by Igor
parent aaad48ef6b
commit e21f0fd793
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ SERIALCON="ttyS0" # for vendor kernel
BOOTCONFIG="kvim1s_defconfig"
KHADAS_BOARD_ID="kvim1s" # used to compile the fip blobs
enable_extension "wayland-sessions-mask" # wayland is fairly broken on legacy board
declare -g KHADAS_OOWOW_BOARD_ID="VIM1S" # for use with EXT=output-image-oowow
OVERLAY_PREFIX='s4-s905y4'

View File

@ -14,6 +14,8 @@ KHADAS_BOARD_ID="kvim4" # used to compile the fip blobs
declare -g KHADAS_OOWOW_BOARD_ID="VIM4" # for use with EXT=output-image-oowow
enable_extension "wayland-sessions-mask" # wayland is fairly broken on legacy board
OVERLAY_PREFIX='t7-a311d2'
function post_family_tweaks_bsp__enable_fan_service() {