kernel: crypto: fix depends in kmod-crypto-hmac
This module had two depends lines. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46576
This commit is contained in:
parent
aae0edf405
commit
f9ebd0b1a4
1 changed files with 1 additions and 2 deletions
|
@ -380,10 +380,9 @@ $(eval $(call KernelPackage,crypto-ecb))
|
||||||
|
|
||||||
define KernelPackage/crypto-hmac
|
define KernelPackage/crypto-hmac
|
||||||
TITLE:=HMAC digest CryptoAPI module
|
TITLE:=HMAC digest CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
|
||||||
KCONFIG:=CONFIG_CRYPTO_HMAC
|
KCONFIG:=CONFIG_CRYPTO_HMAC
|
||||||
FILES:=$(LINUX_DIR)/crypto/hmac.ko
|
FILES:=$(LINUX_DIR)/crypto/hmac.ko
|
||||||
DEPENDS:=+kmod-crypto-manager
|
|
||||||
AUTOLOAD:=$(call AutoLoad,09,hmac)
|
AUTOLOAD:=$(call AutoLoad,09,hmac)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue