enable xauth-eap plugin in UML scenarios

This commit is contained in:
Andreas Steffen 2012-05-25 17:02:39 +02:00
parent 2be46da56d
commit be982b4c03
2 changed files with 6 additions and 0 deletions

View File

@ -372,6 +372,11 @@ then
echo -n " --enable-xauth-generic" >> $INSTALLSHELL
fi
if [ "$USE_XAUTH_EAP" = "yes" ]
then
echo -n " --enable-xauth-eap" >> $INSTALLSHELL
fi
if [ "$USE_PKCS8" = "yes" ]
then
echo -n " --enable-pkcs8" >> $INSTALLSHELL

View File

@ -82,6 +82,7 @@ USE_PLUTO="yes"
USE_AF_ALG="yes"
USE_WHITELIST="yes"
USE_XAUTH_GENERIC="yes"
USE_XAUTH_EAP="yes"
USE_PKCS8="yes"
USE_IFMAP="no"
USE_CISCO_QUIRKS="no"