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 <[email protected]>
  • Loading branch information
blocktrron committed Nov 16, 2024
1 parent 81ad4ac commit bb01c5c
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 id 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 bb01c5c

Please sign in to comment.