projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ffbe7
)
kernel: packages: kmod-pstore: remove deprecated Kconfig options
author
Manuel Fombuena
<
[email protected]
>
Wed, 2 Oct 2024 21:08:01 +0000
(22:08 +0100)
committer
Robert Marko
<
[email protected]
>
Thu, 3 Oct 2024 12:26:07 +0000
(14:26 +0200)
The following options no longer exist in 6.6:
PSTORE_COMPRESS_DEFAULT
PSTORE_DEFLATE_COMPRESS
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/pstore/Kconfig?h=v6.6
Signed-off-by: Manuel Fombuena <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16579
Signed-off-by: Robert Marko <
[email protected]
>
package/kernel/linux/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/fs.mk
b/package/kernel/linux/modules/fs.mk
index 6d96f5391589865508126161efe12784ee5d8fa7..1fbab8fb61c394b87a521e40914d8b37055f920f 100644
(file)
--- a/
package/kernel/linux/modules/fs.mk
+++ b/
package/kernel/linux/modules/fs.mk
@@
-702,10
+702,7
@@
define KernelPackage/pstore
DEFAULT:=m if ALL_KMODS
KCONFIG:= \
CONFIG_PSTORE \
- CONFIG_PSTORE_COMPRESS=y \
- CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" \
- CONFIG_PSTORE_DEFLATE_COMPRESS=y \
- CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
+ CONFIG_PSTORE_COMPRESS=y
FILES:= $(LINUX_DIR)/fs/pstore/pstore.ko
AUTOLOAD:=$(call AutoLoad,30,pstore,1)
DEPENDS:=+kmod-lib-zlib-deflate +kmod-lib-zlib-inflate