[openwrt/openwrt] kernel: mark CONFIG_PSTORE_COMPRESS_DEFAULT as "is not set"
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 5 14:34:23 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/55740b1ba47bc3719d9d8d5e881490ea1db7086e
commit 55740b1ba47bc3719d9d8d5e881490ea1db7086e
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Fri Mar 25 23:57:29 2022 +0100
kernel: mark CONFIG_PSTORE_COMPRESS_DEFAULT as "is not set"
# CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
this can lead to confusion. Thankfully, in the KConfig
world this setting is still interpreted as disabled.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
(cherry picked from commit de4879c1ae92bf625a91ff3f07a65ec0e4bb8ed1)
---
target/linux/generic/config-5.10 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 63840c6062..067d0a0757 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -4601,7 +4601,7 @@ CONFIG_PROC_SYSCTL=y
# CONFIG_PSTORE is not set
# CONFIG_PSTORE_842_COMPRESS is not set
# CONFIG_PSTORE_COMPRESS is not set
-# CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
+# CONFIG_PSTORE_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_DEFLATE_COMPRESS is not set
# CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT is not set
More information about the lede-commits
mailing list