mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-10 15:43:27 +00:00
kernel: crypto: remove geniv from aead with kernel 6.6
geniv was separated intentionally from aead in kernel 6.5, and since we now have it packaged separately as well remove it from kmod-aead in 6.6. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
b065981e15
commit
e129450321
@ -40,10 +40,10 @@ define KernelPackage/crypto-aead
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_AEAD \
|
||||
CONFIG_CRYPTO_AEAD2 \
|
||||
CONFIG_CRYPTO_GENIV
|
||||
CONFIG_CRYPTO_GENIV@lt6.6
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/crypto/aead.ko \
|
||||
$(LINUX_DIR)/crypto/geniv.ko
|
||||
$(LINUX_DIR)/crypto/geniv.ko@lt6.6
|
||||
AUTOLOAD:=$(call AutoLoad,09,aead,1)
|
||||
$(call AddDepends/crypto, +kmod-crypto-null)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user