From 6cdd3efd496ce775c78d4056761516ea2cff81ca Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 11 Jul 2013 20:56:15 +0000 Subject: [PATCH] kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37252 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/config-3.10 | 2 +- target/linux/generic/config-3.3 | 2 +- target/linux/generic/config-3.6 | 2 +- target/linux/generic/config-3.7 | 2 +- target/linux/generic/config-3.8 | 2 +- target/linux/generic/config-3.9 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index f95bca223c..aaf064c9e9 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -446,7 +446,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set # CONFIG_CMA is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 5220bb4e5a..8518a77ea3 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -405,7 +405,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set # CONFIG_CMDLINE_EXTEND is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index a1655ee18f..423f319793 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -418,7 +418,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set # CONFIG_CMA is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 977de69cde..d404778c6a 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -425,7 +425,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set # CONFIG_CMA is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 4164192dd8..f222811749 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -435,7 +435,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set # CONFIG_CMA is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9 index 515c3e969b..0339e78474 100644 --- a/target/linux/generic/config-3.9 +++ b/target/linux/generic/config-3.9 @@ -440,7 +440,7 @@ CONFIG_CIFS_STATS=y # CONFIG_CIFS_XATTR is not set # CONFIG_CLEANCACHE is not set CONFIG_CLS_U32_MARK=y -CONFIG_CLS_U32_PERF=y +# CONFIG_CLS_U32_PERF is not set # CONFIG_CMA is not set CONFIG_CMDLINE="" # CONFIG_CMDLINE_BOOL is not set -- 2.11.0