[openwrt/openwrt] target/linux: disable CONFIG_CIFS_STATS
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 22 13:13:08 EST 2020
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bc3edae488bea4219f99782b9b22753897b3c51d
commit bc3edae488bea4219f99782b9b22753897b3c51d
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Oct 14 23:03:26 2020 -0700
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 at gmail.com>
[fixed missing config-4.19 file]
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/generic/config-5.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list