projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1ef69
)
kernel: mark CONFIG_PSTORE_COMPRESS_DEFAULT as "is not set"
author
Christian Lamparter
<
[email protected]
>
Fri, 25 Mar 2022 22:57:29 +0000
(23:57 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Mon, 4 Apr 2022 22:20:24 +0000
(
00:20
+0200)
# 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 <
[email protected]
>
(cherry picked from commit
de4879c1ae92bf625a91ff3f07a65ec0e4bb8ed1
)
target/linux/generic/config-5.10
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-5.10
b/target/linux/generic/config-5.10
index 63840c606238b5f54495ec6aeadfdfa2d5d8e7e6..067d0a0757b1f4d4be5b634ebe5bea2e00054d7f 100644
(file)
--- 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