aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorJitao Lu <dianlujitao@gmail.com>2023-06-04 13:54:01 +0800
committerChristian Lamparter <chunkeey@gmail.com>2023-06-08 17:25:22 +0200
commitcc87f6629b8a120420075cd984a4e6ece6c669df (patch)
tree96f985e141d047c8f5c39c3eebf4ae3fd524b855 /target/linux/generic
parentd955b41275eaf93b7600f8eb7d706f40302f26c2 (diff)
downloadupstream-cc87f6629b8a120420075cd984a4e6ece6c669df.tar.gz
upstream-cc87f6629b8a120420075cd984a4e6ece6c669df.tar.bz2
upstream-cc87f6629b8a120420075cd984a4e6ece6c669df.zip
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 38c150612cc9be488527e342db92d5c74093213f, 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: 38c150612cc ("build: revert 54070a1 (all kernels are >= 5.10)") Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
Diffstat (limited to 'target/linux/generic')
0 files changed, 0 insertions, 0 deletions