kernel/modules: add kmod-crypto-aead

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43830 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2015-01-05 13:01:23 +00:00
parent fa6c75adb0
commit 6346a03963

View File

@@ -39,6 +39,19 @@ define AddDepends/crypto
DEPENDS+=+kmod-crypto-core $(1)
endef
define KernelPackage/crypto-aead
TITLE:=CryptoAPI AEAD support
KCONFIG:= \
CONFIG_CRYPTO_AEAD \
CONFIG_CRYPTO_AEAD2
FILES:=$(LINUX_DIR)/crypto/aead.ko
AUTOLOAD:=$(call AutoLoad,09,crypto_aead,1)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-aead))
define KernelPackage/crypto-hash
TITLE:=CryptoAPI hash support
KCONFIG:=CONFIG_CRYPTO_HASH