Skip to content

Commit

Permalink
generic: enable kernel namespace support
Browse files Browse the repository at this point in the history
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: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Dec 7, 2024
1 parent 4bbe555 commit 77a83ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 77a83ce

Please sign in to comment.