From e960507e416d43b7aa3a3d0192253a576ad101a2 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 9 Jan 2025 21:22:48 -0500 Subject: [PATCH] kernel: add missing symbols for lxc These four symbols are needed to satisfy lxc dependencies. Note - this needs to be merged before https://github.com/openwrt/packages/pull/25719 Signed-off-by: John Audia --- config/Config-kernel.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 64c8c63466a75a..59319a76a374bb 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -629,6 +629,15 @@ config KERNEL_DEBUG_GPIO bool "Compile the kernel with gpio debugging" select KERNEL_DEBUG_KERNEL +config KERNEL_CHECKPOINT_RESTORE + bool + +config KERNEL_PACKET_DIAG + bool + +config KERNEL_UNIX_DIAG + bool + config KERNEL_COREDUMP bool