diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-12 12:15:17 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-12 12:15:17 +0200 |
commit | 9ce931f3afc0f2569baecdf61720b8f0104a4076 (patch) | |
tree | b18d58efb6633cc7312d48dcfa9a100550d94aeb /testing/scripts/build-umlrootfs | |
parent | d4cca1beea22f5a77007f2455e3c1f74adb6c38a (diff) | |
download | strongswan-9ce931f3afc0f2569baecdf61720b8f0104a4076.tar.bz2 strongswan-9ce931f3afc0f2569baecdf61720b8f0104a4076.tar.xz |
added ikev2/rw-eap-dynamic scenario
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 27ba0bf58..e2e94943f 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -172,6 +172,11 @@ then echo -n " --enable-eap-radius" >> $INSTALLSHELL fi +if [ "$USE_EAP_DYNAMIC" = "yes" ] +then + echo -n " --enable-eap-dynamic" >> $INSTALLSHELL +fi + if [ "$USE_EAP_TLS" = "yes" ] then echo -n " --enable-eap-tls" >> $INSTALLSHELL |