Merge pull request #1749 from marcin1j/patchwork/strongswan
strongswan: make kmod-ipsec6 dependency conditional
This commit is contained in:
commit
223aa07fd2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ define Package/strongswan
|
||||||
$(call Package/strongswan/Default)
|
$(call Package/strongswan/Default)
|
||||||
DEPENDS:= +libpthread +ip \
|
DEPENDS:= +libpthread +ip \
|
||||||
+kmod-crypto-authenc \
|
+kmod-crypto-authenc \
|
||||||
+kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 \
|
+kmod-ipsec +kmod-ipsec4 +IPV6:kmod-ipsec6 \
|
||||||
+kmod-ipt-ipsec +iptables-mod-ipsec
|
+kmod-ipt-ipsec +iptables-mod-ipsec
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue