Skip to content
Snippets Groups Projects
Commit ed12a9a5 authored by nbd's avatar nbd
Browse files

kernel/modules: add kmod-crypto-seqiv


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43833 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 20f3cb99
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,17 @@ endef
$(eval $(call KernelPackage,crypto-iv))
define KernelPackage/crypto-seqiv
TITLE:=CryptoAPI Sequence Number IV Generator
DEPENDS:=+kmod-crypto-aead +kmod-crypto-rng
KCONFIG:=CONFIG_CRYPTO_SEQIV
FILES:=$(LINUX_DIR)/crypto/seqiv.ko
AUTOLOAD:=$(call AutoLoad,09,seqiv)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-seqiv))
define KernelPackage/crypto-hw-talitos
TITLE:=Freescale integrated security engine (SEC) driver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment