[openwrt/openwrt] kernel: packages: kmod-pstore: remove deprecated Kconfig options

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 3 05:26:12 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/71da76158e8a7a3a40949517d030d0960e4109f9

commit 71da76158e8a7a3a40949517d030d0960e4109f9
Author: Manuel Fombuena <fombuena at outlook.com>
AuthorDate: Wed Oct 2 22:08:01 2024 +0100

    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 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/16579
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/kernel/linux/modules/fs.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 6d96f53915..1fbab8fb61 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




More information about the lede-commits mailing list