summaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-09-10 23:15:22 +0000
committerLuka Perkov <luka@openwrt.org>2014-09-10 23:15:22 +0000
commitcc82f93251fb183c77787456c4a76c5abb1dad69 (patch)
tree84fae7e74188687796f5b7b7639ad0820c3e46a7 /config/Config-kernel.in
parent02629d8f87303a03e3ac36f48c508242d9b8cb09 (diff)
downloadmaster-31e0f0ae-cc82f93251fb183c77787456c4a76c5abb1dad69.tar.gz
master-31e0f0ae-cc82f93251fb183c77787456c4a76c5abb1dad69.tar.bz2
master-31e0f0ae-cc82f93251fb183c77787456c4a76c5abb1dad69.zip
config: enable cgroup freezer
This option will be enabled by default only when cgroups support is enabled. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42464
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in2
1 files changed, 1 insertions, 1 deletions
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.