Browse Source

strongswan: make kmod-ipsec6 dependency conditional

Makes kmod-ipsec6 requirement dependent on IPv6 support for packages.
This allows to disable unnecessary IPv6 kernel modules, saving
considerable amount of space.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
lilik-openwrt-22.03
Marcin Jurkowski 10 years ago
parent
commit
734d3e2284
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