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:
		| @@ -292,7 +292,10 @@ IPSEC-m:= \ | |||||||
| define KernelPackage/ipsec | define KernelPackage/ipsec | ||||||
|   SUBMENU:=$(NETWORK_SUPPORT_MENU) |   SUBMENU:=$(NETWORK_SUPPORT_MENU) | ||||||
|   TITLE:=IPsec related modules (IPv4 and IPv6) |   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:= \ |   KCONFIG:= \ | ||||||
| 	CONFIG_NET_KEY \ | 	CONFIG_NET_KEY \ | ||||||
| 	CONFIG_XFRM_USER \ | 	CONFIG_XFRM_USER \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stijn Tintel
					Stijn Tintel