1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

linux: modules: crypto: adds ccm package

This patch adds support crypto-ccm modules support.

Signed-off-by: Varka Bhadram <varkab@cdac.in>

SVN-Revision: 45123
This commit is contained in:
Felix Fietkau 2015-03-29 05:20:50 +00:00
parent c901f4fcbb
commit 7ae1c1b4e8

@ -316,6 +316,17 @@ endef
$(eval $(call KernelPackage,crypto-ctr))
define KernelPackage/crypto-ccm
TITLE:=Support for Counter with CBC MAC (CCM)
DEPENDS:=+kmod-crypto-ctr +kmod-crypto-aead
KCONFIG:=CONFIG_CRYPTO_CCM
FILES:=$(LINUX_DIR)/crypto/ccm.ko
AUTOLOAD:=$(call AutoLoad,09,ccm)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-ccm))
define KernelPackage/crypto-pcbc
TITLE:=Propagating Cipher Block Chaining CryptoAPI module
DEPENDS:=+kmod-crypto-manager