enable eap-radius plugin in uml scenarios

This commit is contained in:
Andreas Steffen
2009-03-25 07:26:53 +00:00
parent 232c80bb4d
commit 0ada62af06
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -167,6 +167,11 @@ then
echo -n " --enable-eap-identity" >> $INSTALLSHELL
fi
if [ "$USE_EAP_RADIUS" = "yes" ]
then
echo -n " --enable-eap-radius" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL