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

This reverts commit e0f38cb9be.
This commit is contained in:
Jianfeng Liu
2025-12-30 11:11:28 +08:00
committed by Ricardo Pardini
parent 30389a6763
commit d2f6c47f6d

View File

@@ -14,11 +14,3 @@ 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