uefi-loong64: *temporary* hold uefi-loong64 edge at 6.18
- while amazingfate works 6.19 separately
This commit is contained in:
parent
f4a269f095
commit
e0f38cb9be
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user