Author: nbd Date: 2015-01-05 14:02:08 +0100 (Mon, 05 Jan 2015) New Revision: 43837
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel/modules: add kmod-crypto-ghash 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:02:01 UTC (rev 43836) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 13:02:08 UTC (rev 43837) @@ -411,6 +411,18 @@ $(eval $(call KernelPackage,crypto-gf128)) +define KernelPackage/crypto-ghash + TITLE:=GHASH digest CryptoAPI module + DEPENDS:=+kmod-crypto-gf128 + KCONFIG:=CONFIG_CRYPTO_GHASH + FILES:=$(LINUX_DIR)/crypto/ghash-generic.ko + AUTOLOAD:=$(call AutoLoad,09,ghash-generic) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-ghash)) + + define KernelPackage/crypto-md4 TITLE:=MD4 digest CryptoAPI module DEPENDS:=+kmod-crypto-hash _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
