added support of --enable-eap-sim

This commit is contained in:
Andreas Steffen
2008-02-14 21:25:38 +00:00
parent af0de6272d
commit 13aa41d663
+5
View File
@@ -146,6 +146,11 @@ then
echo -n " --enable-eap-aka" >> $INSTALLSHELL
fi
if [ "$USE_EAP_SIM" = "yes" ]
then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
fi
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL