From d90c00e5c1e19c93d1fbf757082c83ce5a0db0e7 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 64c8c63466a75a..310553fc07ae32 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -629,6 +629,18 @@ config KERNEL_DEBUG_GPIO bool "Compile the kernel with gpio debugging" select KERNEL_DEBUG_KERNEL +config KERNEL_CHECKPOINT_RESTORE + bool + +config KERNEL_NETLINK_DIAG + bool + +config KERNEL_PACKET_DIAG + bool + +config KERNEL_UNIX_DIAG + bool + config KERNEL_COREDUMP bool