uefi: all: rollover edge 6.6.y to current, taking over 6.1.y

This commit is contained in:
Ricardo Pardini
2023-12-27 11:33:36 +01:00
committed by Igor
parent 5a01fb8fae
commit eb37e17d26
4 changed files with 1740 additions and 822 deletions

View File

@@ -28,8 +28,8 @@ case "${BRANCH}" in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:linux-6.1.y" # Branch or tag to build from. It should match MAJOR_MINOR
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:linux-6.6.y" # Branch or tag to build from. It should match MAJOR_MINOR
;;
edge)