Skip to content

Commit

Permalink
kernel: add missing symbols for lxc
Browse files Browse the repository at this point in the history
These symbols are needed to satisfy lxc dependencies.

Note - this needs to be merged before openwrt/packages#25719

Signed-off-by: John Audia <therealgraysky@proton.me>
  • Loading branch information
graysky2 committed Jan 10, 2025
1 parent b52e897 commit 2c897c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c897c6

Please sign in to comment.