summaryrefslogtreecommitdiff
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 4c066001c..92595222c 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -172,6 +172,11 @@ then
echo -n " --enable-eap-radius" >> $INSTALLSHELL
fi
+if [ "$USE_EAP_DYNAMIC" = "yes" ]
+then
+ echo -n " --enable-eap-dynamic" >> $INSTALLSHELL
+fi
+
if [ "$USE_EAP_TLS" = "yes" ]
then
echo -n " --enable-eap-tls" >> $INSTALLSHELL
@@ -362,6 +367,16 @@ then
echo -n " --enable-whitelist" >> $INSTALLSHELL
fi
+if [ "$USE_XAUTH_GENERIC" = "yes" ]
+then
+ echo -n " --enable-xauth-generic" >> $INSTALLSHELL
+fi
+
+if [ "$USE_XAUTH_EAP" = "yes" ]
+then
+ echo -n " --enable-xauth-eap" >> $INSTALLSHELL
+fi
+
if [ "$USE_PKCS8" = "yes" ]
then
echo -n " --enable-pkcs8" >> $INSTALLSHELL
@@ -377,6 +392,11 @@ then
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL
fi
+if [ "$USE_UNITY" = "yes" ]
+then
+ echo -n " --enable-unity" >> $INSTALLSHELL
+fi
+
echo "" >> $INSTALLSHELL
echo "make -j" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL