aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-05-25 17:02:39 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-05-25 17:02:39 +0200
commitbe982b4c032a59b4f82b1feccdac38db85308fba (patch)
tree3699d7e4fde36ee8c82a99d2ed54f73940f2215c /testing/scripts/build-umlrootfs
parent2be46da56dac16269affc0c097a895e8d95f429f (diff)
downloadstrongswan-be982b4c032a59b4f82b1feccdac38db85308fba.tar.bz2
strongswan-be982b4c032a59b4f82b1feccdac38db85308fba.tar.xz
enable xauth-eap plugin in UML scenarios
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-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 a2b6f73ee..f9dc31770 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -372,6 +372,11 @@ then
echo -n " --enable-xauth-generic" >> $INSTALLSHELL
fi
+if [ "$USE_XAUTH_EAP" = "yes" ]
+then
+ echo -n " --enable-xauth-eap" >> $INSTALLSHELL
+fi
+
if [ "$USE_PKCS8" = "yes" ]
then
echo -n " --enable-pkcs8" >> $INSTALLSHELL