diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-30 16:35:21 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-30 16:41:18 -0200 |
commit | 6c5481deeaa1367e35f33b6ae73aa2ec365b4233 (patch) | |
tree | 3be43938049280cfb04b6db65954170c276c3e27 | |
parent | b20b23e1cdd5728fdcc578e48670c438c5766107 (diff) | |
download | pfsense-6c5481deeaa1367e35f33b6ae73aa2ec365b4233.zip pfsense-6c5481deeaa1367e35f33b6ae73aa2ec365b4233.tar.gz |
Disable SMP and enable VICI
-rw-r--r-- | tools/conf/pfPorts/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 8309c3c..3cdf957 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -26,8 +26,8 @@ emulators_qemu_UNSET_FORCE= SDL security_ca_root_nss_SET_FORCE= ETCSYMLINK security_strongswan_SET_FORCE= CURL EAPDYNAMIC EAPRADIUS EAPSIMFILE \ - IKEv1 UNBOUND XAUTH IPSECKEY SMP PKI UNITY VICI VSTR -security_strongswan_UNSET_FORCE= EAPAKA3GPP2 BUILTIN LIBC + IKEv1 UNBOUND XAUTH IPSECKEY PKI UNITY VICI VSTR +security_strongswan_UNSET_FORCE= EAPAKA3GPP2 BUILTIN LIBC SMP dns_unbound_SET_FORCE= LIBEVENT |