aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-12-19 00:47:56 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-12-19 00:47:56 +0000
commite044510e5a7fa94b558f4f44fdc4aa98d9a99a6f (patch)
tree750a100d6382627024f8fd14ab41e77b980abe34 /testing/scripts
parent1f490cb1eca339f63b1a7de41ae705cd46d60c6c (diff)
downloadstrongswan-e044510e5a7fa94b558f4f44fdc4aa98d9a99a6f.tar.bz2
strongswan-e044510e5a7fa94b558f4f44fdc4aa98d9a99a6f.tar.xz
set --enable-eap-aka in UML scenarios
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index ab28b6595..42288bb4c 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -141,6 +141,11 @@ then
echo -n " --enable-ldap" >> $INSTALLSHELL
fi
+if [ "$USE_EAP_AKA" = "yes" ]
+then
+ echo -n " --enable-eap-aka" >> $INSTALLSHELL
+fi
+
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL