mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
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>
This commit is contained in:
parent
b5ffbe7c75
commit
71da76158e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user