uefi-loong64: *temporary* hold uefi-loong64 edge at 6.18

- while amazingfate works 6.19 separately
This commit is contained in:
Ricardo Pardini 2025-12-29 13:42:55 +01:00 committed by Werner
parent f4a269f095
commit e0f38cb9be

View File

@ -14,3 +14,11 @@ declare -g ARCH="loong64"
# shellcheck source=config/sources/families/include/uefi_common.inc
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
enable_extension "grub"
# @TODO: TEMP: hold loong64 edge kernel at 6.18 while amazingfate reworks 6.19
case "${BRANCH}" in
edge)
declare -g KERNEL_MAJOR_MINOR="6.18"
declare -g KERNELPATCHDIR="archive/uefi-${LINUXFAMILY}-${KERNEL_MAJOR_MINOR}" # override uefi_common
;;
esac