Author: nbd Date: 2015-01-05 14:01:42 +0100 (Mon, 05 Jan 2015) New Revision: 43833
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel/modules: add kmod-crypto-seqiv Signed-off-by: Stijn Tintel <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 13:01:36 UTC (rev 43832) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 13:01:42 UTC (rev 43833) @@ -138,7 +138,18 @@ $(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 DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager +kmod-crypto-hash +kmod-random-core +kmod-crypto-authenc _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
