aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-06-19 19:34:26 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-06-19 19:34:26 +0200
commitf2fc138e8edb3967afe285b51aefbe4ab5395478 (patch)
treeef69ae2e7b2d6dd7075b9605cb5e4c256394af1a /testing/scripts/build-umlrootfs
parent5d227c79a93f70931fc1a28b932173ddc8cac69a (diff)
downloadstrongswan-f2fc138e8edb3967afe285b51aefbe4ab5395478.tar.bz2
strongswan-f2fc138e8edb3967afe285b51aefbe4ab5395478.tar.xz
upgraded UML options to 5.0.0
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index f9dc31770..27ba0bf58 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -312,6 +312,11 @@ then
echo -n " --enable-socket-dynamic" >> $INSTALLSHELL
fi
+if [ "$USE_SOCKET_RAW" = "yes" ]
+then
+ echo -n " --enable-socket-raw" >> $INSTALLSHELL
+fi
+
if [ "$USE_DHCP" = "yes" ]
then
echo -n " --enable-dhcp" >> $INSTALLSHELL
@@ -352,11 +357,6 @@ then
echo -n " --enable-ha" >> $INSTALLSHELL
fi
-if [ "$USE_PLUTO" = "yes" ]
-then
- echo -n " --enable-pluto" >> $INSTALLSHELL
-fi
-
if [ "$USE_AF_ALG" = "yes" ]
then
echo -n " --enable-af-alg" >> $INSTALLSHELL