kernel: fix crypto-hw-talitos dependencies
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37485
This commit is contained in:
parent
bb141e06a2
commit
0494ec45f1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ $(eval $(call KernelPackage,crypto-iv))
|
|||
|
||||
define KernelPackage/crypto-hw-talitos
|
||||
TITLE:=Freescale integrated security engine (SEC) driver
|
||||
DEPENDS:=+kmod-crypto-aes
|
||||
DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager +kmod-crypto-hash +kmod-random-core
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_TALITOS
|
||||
FILES:= \
|
||||
|
|
Loading…
Reference in a new issue