diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2013-07-11 20:56:15 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-11 20:56:15 +0000 |
| commit | c4625f0383a87a2c7fe66d43a7a9867d290a282b (patch) | |
| tree | d205270060c3b3bb4b14b88631a16658cf3074fe /target/linux | |
| parent | 584f6dfd7c829ca4bbe28c88f37d5bb1e62c4fa7 (diff) | |
| download | upstream-c4625f0383a87a2c7fe66d43a7a9867d290a282b.tar.gz upstream-c4625f0383a87a2c7fe66d43a7a9867d290a282b.tar.bz2 upstream-c4625f0383a87a2c7fe66d43a7a9867d290a282b.zip | |
kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/generic/config-3.10 | 2 | ||||
| -rw-r--r-- | target/linux/generic/config-3.3 | 2 | ||||
| -rw-r--r-- | target/linux/generic/config-3.6 | 2 | ||||
| -rw-r--r-- | target/linux/generic/config-3.7 | 2 | ||||
| -rw-r--r-- | target/linux/generic/config-3.8 | 2 | ||||
| -rw-r--r-- | 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 f95bca223cd..aaf064c9e91 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 5220bb4e5a4..8518a77ea36 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 a1655ee18fa..423f3197933 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 977de69cdeb..d404778c6a2 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 4164192dd82..f2228117499 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 515c3e969ba..0339e78474e 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 |
