diff options
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 4c066001c..a2b6f73ee 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -352,6 +352,11 @@ 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 @@ -362,6 +367,11 @@ then echo -n " --enable-whitelist" >> $INSTALLSHELL fi +if [ "$USE_XAUTH_GENERIC" = "yes" ] +then + echo -n " --enable-xauth-generic" >> $INSTALLSHELL +fi + if [ "$USE_PKCS8" = "yes" ] then echo -n " --enable-pkcs8" >> $INSTALLSHELL |