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 | f5ae93e941b9b6030d977168b605e43f21d01932 (patch) | |
tree | e2b6c8587ac66f07e888db73e619f3dcd9909f4e /target/linux/generic/config-3.9 | |
parent | 2d854d022cab8fa4082499cbd7f6e12e43f1829f (diff) | |
download | upstream-f5ae93e941b9b6030d977168b605e43f21d01932.tar.gz upstream-f5ae93e941b9b6030d977168b605e43f21d01932.tar.bz2 upstream-f5ae93e941b9b6030d977168b605e43f21d01932.zip |
kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37252
Diffstat (limited to 'target/linux/generic/config-3.9')
-rw-r--r-- | target/linux/generic/config-3.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |