mirror of https://github.com/hak5/openwrt-owl.git
kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
SVN-Revision: 26375owl
parent
70225e0de3
commit
d6d41eb0cb
|
@ -341,7 +341,7 @@ $(eval $(call KernelPackage,crypto-misc))
|
||||||
|
|
||||||
define KernelPackage/crypto-ocf
|
define KernelPackage/crypto-ocf
|
||||||
TITLE:=OCF modules
|
TITLE:=OCF modules
|
||||||
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-hash
|
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-manager
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_OCF_OCF \
|
CONFIG_OCF_OCF \
|
||||||
CONFIG_OCF_CRYPTODEV \
|
CONFIG_OCF_CRYPTODEV \
|
||||||
|
|
Loading…
Reference in New Issue