From: Felix Fietkau Date: Mon, 5 Jan 2015 13:01:52 +0000 (+0000) Subject: kernel/modules: add kmod-crypto-ctr X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=31f29bf6241964589c3f432629046120f582afe9;p=librecmc%2Flibrecmc.git kernel/modules: add kmod-crypto-ctr Signed-off-by: Stijn Tintel SVN-Revision: 43834 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 3193fb031a..1fd10d9534 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -303,6 +303,17 @@ endef $(eval $(call KernelPackage,crypto-cbc)) +define KernelPackage/crypto-ctr + TITLE:=Counter Mode CryptoAPI module + DEPENDS:=+kmod-crypto-manager +kmod-crypto-seqiv + KCONFIG:=CONFIG_CRYPTO_CTR + FILES:=$(LINUX_DIR)/crypto/ctr.ko + AUTOLOAD:=$(call AutoLoad,09,ctr) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-ctr)) + define KernelPackage/crypto-pcbc TITLE:=Propagating Cipher Block Chaining CryptoAPI module DEPENDS:=+kmod-crypto-manager