Skip to content
Snippets Groups Projects
Commit 77a83ce1 authored by David Bauer's avatar David Bauer
Browse files

generic: enable kernel namespace support


Kernel namespacce support is only enabled on non small flash targets by
default.

Enable it for all targets to allow procd-ujail to be used on small flash
targets (notably ramips-mt76x8).

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 4bbe5550
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ try_config('KERNEL_IO_URING', false)
config('KERNEL_FHANDLE', false)
config('KERNEL_FANOTIFY', false)
config('KERNEL_CGROUPS', false)
-- KERNEL_NAMESPACES is required for procd-ujail
-- This option is enabled by default on non small flash targets
config('KERNEL_NAMESPACES', true)
config('KERNEL_IP_MROUTE', false)
config('KERNEL_IPV6_MROUTE', false)
config('KERNEL_IPV6_SEG6_LWTUNNEL', false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment