Skip to content

Commit

Permalink
packages: kmod-ipsec: Add kmod-crypto-echainiv as a dependency of kmo…
Browse files Browse the repository at this point in the history
…d-ipsec.

Signed-off-by: Noah Meyerhans <[email protected]>
  • Loading branch information
nmeyerhans committed Nov 23, 2016
1 parent 3f98448 commit d7af389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/netsupport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ 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-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc +kmod-crypto-echainiv
KCONFIG:= \
CONFIG_NET_KEY \
CONFIG_XFRM_USER \
Expand Down

0 comments on commit d7af389

Please sign in to comment.