mirror of https://github.com/hak5/openwrt-owl.git
kernel/modules: add kmod-crypto-ghash
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43837owl
parent
5a1f38ad0f
commit
f51dc17edd
|
@ -411,6 +411,18 @@ endef
|
||||||
$(eval $(call KernelPackage,crypto-gf128))
|
$(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
|
define KernelPackage/crypto-md4
|
||||||
TITLE:=MD4 digest CryptoAPI module
|
TITLE:=MD4 digest CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-hash
|
||||||
|
|
Loading…
Reference in New Issue