enable the eap-ttls and ctr plugins in the uml scenarios

This commit is contained in:
Andreas Steffen
2010-08-14 21:40:05 +02:00
parent e8f971ee4e
commit 4618430f83
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -177,6 +177,11 @@ then
echo -n " --enable-eap-tls" >> $INSTALLSHELL
fi
if [ "$USE_EAP_TTLS" = "yes" ]
then
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
@@ -252,6 +257,11 @@ then
echo -n " --enable-addrblock" >> $INSTALLSHELL
fi
if [ "$USE_CTR" = "yes" ]
then
echo -n " --enable-ctr" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL
+2
View File
@@ -43,6 +43,7 @@ USE_EAP_MSCHAPV2="yes"
USE_EAP_IDENTITY="yes"
USE_EAP_RADIUS="yes"
USE_EAP_TLS="yes"
USE_EAP_TTLS="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
@@ -58,6 +59,7 @@ USE_SOCKET_DYNAMIC="yes"
USE_DHCP="yes"
USE_FARP="yes"
USE_ADDRBLOCK="yes"
USE_CTR="yes"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20100703.tar.bz2