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