upgraded UML options to 5.0.0

This commit is contained in:
Andreas Steffen
2012-06-19 19:34:26 +02:00
parent 5d227c79a9
commit f2fc138e8e
2 changed files with 9 additions and 8 deletions
+5 -5
View File
@@ -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