diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-14 21:25:38 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-14 21:25:38 +0000 |
commit | 13aa41d6635e2743369ce30f158d0af363a5a69f (patch) | |
tree | a4915bfb1f8627472ffdce7fd671b70ed7adf109 /testing/scripts/build-umlrootfs | |
parent | af0de6272d58e0ff76dda671904e5f37b8151bf7 (diff) | |
download | strongswan-13aa41d6635e2743369ce30f158d0af363a5a69f.tar.bz2 strongswan-13aa41d6635e2743369ce30f158d0af363a5a69f.tar.xz |
added support of --enable-eap-sim
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 42288bb4c..d4d973417 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 |