config/Config-kernel.in: disable namespaces for small flash devices by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-05-17 16:36:15 +08:00
parent 3d901b8924
commit 7b1251c29c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -625,7 +625,7 @@ endif
config KERNEL_NAMESPACES
bool "Enable kernel namespaces"
default y
default y if !SMALL_FLASH
if KERNEL_NAMESPACES