Browse Source

strongswan: enable IKEv2 Mediation Extension

Closes #3905.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel 8 years ago
parent
commit
f84dfc1c06
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/strongswan/Makefile

+ 1
- 0
net/strongswan/Makefile View File

@ -374,6 +374,7 @@ CONFIGURE_ARGS+= \
--disable-scripts \
--disable-static \
--disable-fast \
--enable-mediation \
--with-systemdsystemunitdir=no \
$(if $(CONFIG_PACKAGE_strongswan-utils),--enable-pki --enable-scepclient,--disable-pki --disable-scepclient) \
--with-random-device=/dev/random \


Loading…
Cancel
Save