Author: nbd Date: 2015-01-05 14:02:14 +0100 (Mon, 05 Jan 2015) New Revision: 43838
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel/modules: add kmod-crypto-gcm 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:08 UTC (rev 43837) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 13:02:14 UTC (rev 43838) @@ -400,6 +400,18 @@ $(eval $(call KernelPackage,crypto-hmac)) +define KernelPackage/crypto-gcm + TITLE:=GCM/GMAC CryptoAPI module + DEPENDS:=+kmod-crypto-ctr +kmod-crypto-ghash +kmod-crypto-null + KCONFIG:=CONFIG_CRYPTO_GCM + FILES:=$(LINUX_DIR)/crypto/gcm.ko + AUTOLOAD:=$(call AutoLoad,09,gcm) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-gcm)) + + define KernelPackage/crypto-gf128 TITLE:=GF(2^128) multiplication functions CryptoAPI module KCONFIG:=CONFIG_CRYPTO_GF128MUL _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
