diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-14 23:03:26 -0700 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-22 18:59:10 +0100 |
commit | bc3edae488bea4219f99782b9b22753897b3c51d (patch) | |
tree | f568ecfb70c8e93930619d050c66b58c333a1748 /target/linux/generic | |
parent | 57ad2a94211e68e418303d6ff2f70f03dfd4819a (diff) | |
download | upstream-bc3edae488bea4219f99782b9b22753897b3c51d.tar.gz upstream-bc3edae488bea4219f99782b9b22753897b3c51d.tar.bz2 upstream-bc3edae488bea4219f99782b9b22753897b3c51d.zip |
target/linux: disable CONFIG_CIFS_STATS
CIFS_STATS is a debugging option. It is not really useful for end users
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[fixed missing config-4.19 file]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 10d14f6be5..fa7b6b98c4 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -833,7 +833,7 @@ CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y # CONFIG_CIFS_NFSD_EXPORT is not set CONFIG_CIFS_POSIX=y # CONFIG_CIFS_SMB2 is not set -CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS is not set # CONFIG_CIFS_STATS2 is not set # CONFIG_CIFS_WEAK_PW_HASH is not set CONFIG_CIFS_XATTR=y |