mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
remove references to kmod-crypto-aead, removed in [13584]
SVN-Revision: 13601
This commit is contained in:
parent
37ddee74a1
commit
1fa1460691
@ -122,7 +122,7 @@ $(eval $(call KernelPackage,ipsec))
|
||||
define KernelPackage/ipsec4
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=IPsec related modules (IPv4)
|
||||
DEPENDS:=kmod-ipsec +kmod-iptunnel4 +kmod-crypto-aead
|
||||
DEPENDS:=kmod-ipsec +kmod-iptunnel4
|
||||
KCONFIG:= \
|
||||
CONFIG_INET_AH \
|
||||
CONFIG_INET_ESP \
|
||||
@ -154,7 +154,7 @@ $(eval $(call KernelPackage,ipsec4))
|
||||
define KernelPackage/ipsec6
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=IPsec related modules (IPv6)
|
||||
DEPENDS:=kmod-ipsec +kmod-iptunnel6 +kmod-crypto-aead
|
||||
DEPENDS:=kmod-ipsec +kmod-iptunnel6
|
||||
KCONFIG:= \
|
||||
CONFIG_INET6_AH \
|
||||
CONFIG_INET6_ESP \
|
||||
|
Loading…
Reference in New Issue
Block a user