From: Andreas Steffen Date: Thu, 14 Feb 2008 21:25:38 +0000 (-0000) Subject: added support of --enable-eap-sim X-Git-Tag: 4.1.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13aa41d6635e2743369ce30f158d0af363a5a69f;p=thirdparty%2Fstrongswan.git added support of --enable-eap-sim --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 42288bb4c5..d4d9734171 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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