mirror of https://github.com/hak5/openwrt.git
kernel/modules: add OCTEON SHA1 module
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47476lede-17.01
parent
8aff4063e2
commit
34558e6535
|
@ -473,12 +473,19 @@ $(eval $(call KernelPackage,crypto-michael-mic))
|
||||||
define KernelPackage/crypto-sha1
|
define KernelPackage/crypto-sha1
|
||||||
TITLE:=SHA1 digest CryptoAPI module
|
TITLE:=SHA1 digest CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-hash
|
||||||
KCONFIG:=CONFIG_CRYPTO_SHA1
|
KCONFIG:= \
|
||||||
|
CONFIG_CRYPTO_SHA1 \
|
||||||
|
CONFIG_CRYPTO_SHA1_OCTEON
|
||||||
FILES:=$(LINUX_DIR)/crypto/sha1_generic.ko
|
FILES:=$(LINUX_DIR)/crypto/sha1_generic.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,09,sha1_generic)
|
AUTOLOAD:=$(call AutoLoad,09,sha1_generic)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/crypto-sha1/octeon
|
||||||
|
FILES+=$(LINUX_DIR)/arch/mips/cavium-octeon/crypto/octeon-sha1.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,octeon-sha1)
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-sha1))
|
$(eval $(call KernelPackage,crypto-sha1))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue