kernel: crypto: fix geniv build as a separate module for 5.4

This commit is contained in:
coolsnowwolf 2024-03-15 03:19:19 +08:00
parent 9a345491df
commit 722f169265

View File

@ -40,10 +40,9 @@ define KernelPackage/crypto-aead
KCONFIG:= \
CONFIG_CRYPTO_AEAD \
CONFIG_CRYPTO_AEAD2 \
CONFIG_CRYPTO_GENIV@lt6.6
CONFIG_CRYPTO_GENIV=y@lt6.6
FILES:= \
$(LINUX_DIR)/crypto/aead.ko \
$(LINUX_DIR)/crypto/geniv.ko@lt6.6
$(LINUX_DIR)/crypto/aead.ko
AUTOLOAD:=$(call AutoLoad,09,aead,1)
$(call AddDepends/crypto, +kmod-crypto-null)
endef