openwrt/target/linux/oxnas
Jitao Lu cc87f6629b oxnas: Enable CONFIG_CRYPTO_LZ4
Previously, CONFIG_LZ4_DECOMPRESS=y was selected by CONFIG_RD_LZ4 only.

When building kernel for initramfs, CONFIG_RD_LZ4 will be unset by
Kernel/SetInitramfs if the chosen compression method is not lz4, then
CONFIG_LZ4_DECOMPRESS will become a *module* in the newly generated
kernel config.

However, the newly added module won't be built after
38c150612c, so packaging kmod-lib-lz4
fails due to missing lz4_decompress.ko.

CONFIG_CRYPTO_LZ4=y makes CONFIG_LZ4_DECOMPRESS=y being selected w/o
CONFIG_RD_LZ4, so that the modules of the default kernel and initramfs
kernel are consistent.

Fixes: #12766
Fixes: 38c150612c ("build: revert 54070a1 (all kernels are >= 5.10)")
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
2023-06-08 17:25:22 +02:00
..
base-files treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
files oxnas: sata_oxnas: use ata_link_err 2023-01-03 23:40:30 +01:00
image treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
ox810se kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
ox820 oxnas: add testing support for Linux 5.15 2022-09-11 02:49:28 +01:00
patches-5.15 oxnas: 5.15: fix mangle bootargs patch compilation warning 2023-05-12 03:15:38 +02:00
config-5.15 oxnas: Enable CONFIG_CRYPTO_LZ4 2023-06-08 17:25:22 +02:00
Makefile oxnas: switch to Linux 5.15 and drop Linux 5.10 2022-10-21 20:57:53 +01:00
modules.mk oxnas: use AddDepends in modules.mk 2020-03-16 17:13:37 +09:00