enable the eap-ttls and ctr plugins in the uml scenarios
This commit is contained in:
@@ -177,6 +177,11 @@ then
|
|||||||
echo -n " --enable-eap-tls" >> $INSTALLSHELL
|
echo -n " --enable-eap-tls" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_EAP_TTLS" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_SQL" = "yes" ]
|
if [ "$USE_SQL" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
||||||
@@ -252,6 +257,11 @@ then
|
|||||||
echo -n " --enable-addrblock" >> $INSTALLSHELL
|
echo -n " --enable-addrblock" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_CTR" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-ctr" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
echo "" >> $INSTALLSHELL
|
echo "" >> $INSTALLSHELL
|
||||||
echo "make" >> $INSTALLSHELL
|
echo "make" >> $INSTALLSHELL
|
||||||
echo "make install" >> $INSTALLSHELL
|
echo "make install" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ USE_EAP_MSCHAPV2="yes"
|
|||||||
USE_EAP_IDENTITY="yes"
|
USE_EAP_IDENTITY="yes"
|
||||||
USE_EAP_RADIUS="yes"
|
USE_EAP_RADIUS="yes"
|
||||||
USE_EAP_TLS="yes"
|
USE_EAP_TLS="yes"
|
||||||
|
USE_EAP_TTLS="yes"
|
||||||
USE_SQL="yes"
|
USE_SQL="yes"
|
||||||
USE_MEDIATION="yes"
|
USE_MEDIATION="yes"
|
||||||
USE_OPENSSL="yes"
|
USE_OPENSSL="yes"
|
||||||
@@ -58,6 +59,7 @@ USE_SOCKET_DYNAMIC="yes"
|
|||||||
USE_DHCP="yes"
|
USE_DHCP="yes"
|
||||||
USE_FARP="yes"
|
USE_FARP="yes"
|
||||||
USE_ADDRBLOCK="yes"
|
USE_ADDRBLOCK="yes"
|
||||||
|
USE_CTR="yes"
|
||||||
|
|
||||||
# Gentoo linux root filesystem
|
# Gentoo linux root filesystem
|
||||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20100703.tar.bz2
|
ROOTFS=$UMLTESTDIR/gentoo-fs-20100703.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user