]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added support of --enable-eap-sim
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 14 Feb 2008 21:25:38 +0000 (21:25 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 14 Feb 2008 21:25:38 +0000 (21:25 -0000)
testing/scripts/build-umlrootfs

index 42288bb4c57042c1fc1e2ea22294a2b019f67dbd..d4d9734171961b739c92af545117c15b1f95b2f5 100755 (executable)
@@ -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