aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-umlrootfs15
1 files changed, 13 insertions, 2 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 97390a610..41b1b46dc 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -149,12 +149,18 @@ if [ "$USE_EAP_SIM" = "yes" ]
then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
echo -n " --enable-eap-sim-file" >> $INSTALLSHELL
- fi
+fi
if [ "$USE_EAP_MD5" = "yes" ]
then
echo -n " --enable-eap-md5" >> $INSTALLSHELL
- fi
+fi
+
+if [ "$USE_EAP_MSCHAPV2" = "yes" ]
+then
+ echo -n " --enable-md4" >> $INSTALLSHELL
+ echo -n " --enable-eap-mschapv2" >> $INSTALLSHELL
+fi
if [ "$USE_EAP_IDENTITY" = "yes" ]
then
@@ -191,6 +197,11 @@ then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
+if [ "$USE_LOAD_TESTS" = "yes" ]
+then
+ echo -n " --enable-load-tests" >> $INSTALLSHELL
+fi
+
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL