From: Luka Perkov Date: Wed, 10 Sep 2014 23:15:22 +0000 (+0000) Subject: config: enable cgroup freezer X-Git-Tag: v15.05~3389 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=5360a529bda7de66e0f784b93816a14aa5cb7bd9;p=openwrt-github%2F.git config: enable cgroup freezer This option will be enabled by default only when cgroups support is enabled. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42464 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 06788d6a0f..53bdc26eef 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -186,7 +186,7 @@ if KERNEL_CGROUPS 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.