projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02629d8
)
config: enable cgroup freezer
author
Luka Perkov
<luka@openwrt.org>
Wed, 10 Sep 2014 23:15:22 +0000
(23:15 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Wed, 10 Sep 2014 23:15:22 +0000
(23:15 +0000)
This option will be enabled by default only when cgroups support is enabled.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42464
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 06788d6a0f46e9cdd261ad863397e2cd3e4ef937..53bdc26eef574ea625164ec097911b9d049c0a27 100644
(file)
--- 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.