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
This commit is contained in:
parent
02629d8f87
commit
cc82f93251
|
@ -186,7 +186,7 @@ if KERNEL_CGROUPS
|
||||||
|
|
||||||
config KERNEL_CGROUP_FREEZER
|
config KERNEL_CGROUP_FREEZER
|
||||||
bool "Freezer cgroup subsystem"
|
bool "Freezer cgroup subsystem"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Provides a way to freeze and unfreeze all tasks in a
|
Provides a way to freeze and unfreeze all tasks in a
|
||||||
cgroup.
|
cgroup.
|
||||||
|
|
Loading…
Reference in New Issue