aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorManuel Fombuena <fombuena@outlook.com>2024-10-02 22:08:01 +0100
committerRobert Marko <robimarko@gmail.com>2024-10-03 14:26:07 +0200
commit71da76158e8a7a3a40949517d030d0960e4109f9 (patch)
treec1b5ddc1fedf333852c3497bb0a873b38e422d9b /package/kernel/linux
parentb5ffbe7c75cfcd9909ca4144fe2239e7af35fdae (diff)
downloadupstream-71da76158e8a7a3a40949517d030d0960e4109f9.tar.gz
upstream-71da76158e8a7a3a40949517d030d0960e4109f9.tar.bz2
upstream-71da76158e8a7a3a40949517d030d0960e4109f9.zip
kernel: packages: kmod-pstore: remove deprecated Kconfig options
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 <fombuena@outlook.com> Link: https://github.com/openwrt/openwrt/pull/16579 Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/fs.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 6d96f539158..1fbab8fb61c 100644
--- 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