mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-16 00:00:28 -05:00
added support of --enable-eap-sim
This commit is contained in:
parent
af0de6272d
commit
13aa41d663
@ -146,6 +146,11 @@ then
|
||||
echo -n " --enable-eap-aka" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_EAP_SIM" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_P2P" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-p2p" >> $INSTALLSHELL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user