diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:15 +0000 |
commit | 6cdd3efd496ce775c78d4056761516ea2cff81ca (patch) | |
tree | d205270060c3b3bb4b14b88631a16658cf3074fe /target/linux/generic/config-3.7 | |
parent | bc22e0764453f27fe9c40d9670ad130dfb53ad57 (diff) |
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/generic/config-3.7')
-rw-r--r-- | target/linux/generic/config-3.7 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |