summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2020-10-15 06:03:26 +0000
committerPetr Štetiar2020-12-22 17:59:10 +0000
commitbc3edae488bea4219f99782b9b22753897b3c51d (patch)
treef568ecfb70c8e93930619d050c66b58c333a1748
parent57ad2a94211e68e418303d6ff2f70f03dfd4819a (diff)
downloadopenwrt-bc3edae488bea4219f99782b9b22753897b3c51d.tar.gz
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>
-rw-r--r--target/linux/generic/config-5.42
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