set --enable-eap-aka in UML scenarios
This commit is contained in:
@@ -141,6 +141,11 @@ then
|
|||||||
echo -n " --enable-ldap" >> $INSTALLSHELL
|
echo -n " --enable-ldap" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_EAP_AKA" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-eap-aka" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_P2P" = "yes" ]
|
if [ "$USE_P2P" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-p2p" >> $INSTALLSHELL
|
echo -n " --enable-p2p" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.1.10.tar.bz2
|
|||||||
# strongSwan compile options (use "yes" or "no")
|
# strongSwan compile options (use "yes" or "no")
|
||||||
USE_LIBCURL="yes"
|
USE_LIBCURL="yes"
|
||||||
USE_LDAP="yes"
|
USE_LDAP="yes"
|
||||||
|
USE_EAP_AKA="yes"
|
||||||
USE_P2P="yes"
|
USE_P2P="yes"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="no"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user