config: enable cgroup freezer
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 10 Sep 2014 23:15:22 +0000 (23:15 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42464 3c298f89-4303-0410-b956-a3cf2f4a3e73

config/Config-kernel.in

index 06788d6..53bdc26 100644 (file)
@@ -186,7 +186,7 @@ if KERNEL_CGROUPS
 
        config KERNEL_CGROUP_FREEZER
                bool "Freezer cgroup subsystem"
 
        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.
                help
                  Provides a way to freeze and unfreeze all tasks in a
                  cgroup.