aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-03-27 12:31:35 +0000
committerTobias Brunner <tobias@strongswan.org>2008-03-27 12:31:35 +0000
commite74bc8e51dfc64ebf4044992ee9244214455d617 (patch)
tree9ecaf0e1225f369699bb271301201924de50ac25 /testing/scripts
parentb42421a04c0b2377b1b2a352c641d0891f8dbfba (diff)
downloadstrongswan-e74bc8e51dfc64ebf4044992ee9244214455d617.tar.bz2
strongswan-e74bc8e51dfc64ebf4044992ee9244214455d617.tar.xz
changed external interface to the mediation extension.
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-umlrootfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index d4d973417..dba999dfa 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -151,9 +151,9 @@ then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
fi
-if [ "$USE_P2P" = "yes" ]
+if [ "$USE_ME" = "yes" ]
then
- echo -n " --enable-p2p" >> $INSTALLSHELL
+ echo -n " --enable-mediation" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]