Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
Revision | 7b1251c29c0b5455c05f83c0a1b208223b0b5ecc (tree) |
---|---|
Zeit | 2022-05-17 17:36:15 |
Autor | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
config/Config-kernel.in: disable namespaces for small flash devices by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -625,7 +625,7 @@ endif | ||
625 | 625 | |
626 | 626 | config KERNEL_NAMESPACES |
627 | 627 | bool "Enable kernel namespaces" |
628 | - default y | |
628 | + default y if !SMALL_FLASH | |
629 | 629 | |
630 | 630 | if KERNEL_NAMESPACES |
631 | 631 |