[openwrt/openwrt] kernel: config: add symbol introduced with 6.1.81
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 11 13:53:37 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d84128658b46f28a2f01fd5aa15d001cf59fcb9f
commit d84128658b46f28a2f01fd5aa15d001cf59fcb9f
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Mar 6 16:19:12 2024 -0500
kernel: config: add symbol introduced with 6.1.81
Add CONFIG_EFI_HANDOVER_PROTOCOL=y to the default config[1] and disable CONFIG_NFSD_V2
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.1.81&id2=v6.1.80
Signed-off-by: John Audia <therealgraysky at proton.me>
---
target/linux/generic/config-6.1 | 1 +
target/linux/x86/config-6.1 | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index deecb62ba8..fabe7029c5 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -4437,6 +4437,7 @@ CONFIG_NFS_COMMON=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_SWAP is not set
# CONFIG_NFS_V2 is not set
+# CONFIG_NFSD_V2 is not set
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1
index af3676f371..6580969faf 100644
--- a/target/linux/x86/config-6.1
+++ b/target/linux/x86/config-6.1
@@ -106,6 +106,7 @@ CONFIG_EARLY_PRINTK=y
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDD is not set
+CONFIG_EFI_HANDOVER_PROTOCOL=y
# CONFIG_EISA is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_EXAR_WDT is not set
More information about the lede-commits
mailing list