Author: luka Date: 2014-09-11 01:15:22 +0200 (Thu, 11 Sep 2014) New Revision: 42464
Modified: trunk/config/Config-kernel.in Log: config: enable cgroup freezer This option will be enabled by default only when cgroups support is enabled. Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/config/Config-kernel.in =================================================================== --- trunk/config/Config-kernel.in 2014-09-10 21:40:19 UTC (rev 42463) +++ trunk/config/Config-kernel.in 2014-09-10 23:15:22 UTC (rev 42464) @@ -186,7 +186,7 @@ config KERNEL_CGROUP_FREEZER bool "Freezer cgroup subsystem" - default n + default y help Provides a way to freeze and unfreeze all tasks in a cgroup. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
