Browse Source

Merge pull request #1749 from marcin1j/patchwork/strongswan

strongswan: make kmod-ipsec6 dependency conditional
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
223aa07fd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/strongswan/Makefile

+ 1
- 1
net/strongswan/Makefile View File

@ -115,7 +115,7 @@ define Package/strongswan
$(call Package/strongswan/Default)
DEPENDS:= +libpthread +ip \
+kmod-crypto-authenc \
+kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 \
+kmod-ipsec +kmod-ipsec4 +IPV6:kmod-ipsec6 \
+kmod-ipt-ipsec +iptables-mod-ipsec
endef


Loading…
Cancel
Save