diff options
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 10 |
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 |