X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=testing%2Fscripts%2Fbuild-umlrootfs;h=119dbcaf2db007745174a9a6e93568b7b31982cd;hp=49988d203540af6c25d6aefec4d6170d8cd93da7;hb=35c365c2e3f5ea57f2b073a6ff940482c81bc478;hpb=405e8ecfe3982954d9d9324840bfca402d62fd14 diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 49988d2..119dbca 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -148,6 +148,7 @@ fi if [ "$USE_EAP_SIM" = "yes" ] then echo -n " --enable-eap-sim" >> $INSTALLSHELL + echo -n " --enable-eap-sim-file >> $INSTANTSHELL fi if [ "$USE_EAP_MD5" = "yes" ] @@ -174,7 +175,12 @@ if [ "$USE_OPENSSL" = "yes" ] then echo -n " --enable-openssl" >> $INSTALLSHELL fi - + +if [ "$USE_KERNEL_PFKEY" = "yes" ] +then + echo -n " --enable-kernel-pfkey" >> $INSTALLSHELL +fi + if [ "$USE_INTEGRITY_TEST" = "yes" ] then echo -n " --enable-integrity-test" >> $INSTALLSHELL