kernel: have kmod-ipsec depend on kmod-crypto-echainiv
The ESP algorithms in CBC mode require echainiv, so have kmod-ipsec depend on kmod-crypto-echainiv. See upstream commit 32b6170ca59ccf07d0e394561e54b2cd9726038c. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
a07c4977ac
commit
9f109876ea
1 changed files with 4 additions and 1 deletions
|
@ -292,7 +292,10 @@ IPSEC-m:= \
|
|||
define KernelPackage/ipsec
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=IPsec related modules (IPv4 and IPv6)
|
||||
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc
|
||||
DEPENDS:= \
|
||||
+kmod-crypto-authenc +kmod-crypto-cbc +kmod-crypto-deflate \
|
||||
+kmod-crypto-des +kmod-crypto-echainiv +kmod-crypto-hmac \
|
||||
+kmod-crypto-iv +kmod-crypto-md5 +kmod-crypto-sha1
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_KEY \
|
||||
CONFIG_XFRM_USER \
|
||||
|
|
Loading…
Reference in a new issue