Author: nbd
Date: 2014-06-06 11:20:15 +0200 (Fri, 06 Jun 2014)
New Revision: 41030

Modified:
   trunk/config/Config-kernel.in
Log:
kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependency

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/config/Config-kernel.in
===================================================================
--- trunk/config/Config-kernel.in       2014-06-05 23:33:57 UTC (rev 41029)
+++ trunk/config/Config-kernel.in       2014-06-06 09:20:15 UTC (rev 41030)
@@ -299,12 +299,9 @@
                  the kmem extension can use it to guarantee that no group of 
processes
                  will ever exhaust kernel resources alone.
 
-       config KERNEL_PERF_EVENTS
-               bool
-               default y if KERNEL_CGROUP_PERF
-
        config KERNEL_CGROUP_PERF
                bool "Enable perf_event per-cpu per-container group (cgroup) 
monitoring"
+               select KERNEL_PERF_EVENTS
                default n
                help
                  This option extends the per-cpu mode to restrict monitoring to
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to