From 14f89fb36d875e3c34c8274f6d4717af188b0c74 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 20 Apr 2023 14:13:02 -0400 Subject: [PATCH] linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64 fixes #42566 --- srcpkgs/linux6.2/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.2/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.2/files/x86_64-dotconfig b/srcpkgs/linux6.2/files/x86_64-dotconfig index e0a50498293b..d1024b67a4cd 100644 --- a/srcpkgs/linux6.2/files/x86_64-dotconfig +++ b/srcpkgs/linux6.2/files/x86_64-dotconfig @@ -475,7 +475,7 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y # CONFIG_X86_SGX is not set CONFIG_EFI=y CONFIG_EFI_STUB=y -# CONFIG_EFI_HANDOVER_PROTOCOL is not set +CONFIG_EFI_HANDOVER_PROTOCOL=y CONFIG_EFI_MIXED=y # CONFIG_EFI_FAKE_MEMMAP is not set CONFIG_EFI_RUNTIME_MAP=y diff --git a/srcpkgs/linux6.2/template b/srcpkgs/linux6.2/template index 9bd2d5779d6f..4e41d00442a7 100644 --- a/srcpkgs/linux6.2/template +++ b/srcpkgs/linux6.2/template @@ -1,7 +1,7 @@ # Template file for 'linux6.2' pkgname=linux6.2 version=6.2.11 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="John " license="GPL-2.0-only"