aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-10-07 23:31:23 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-10-07 23:31:23 +0200
commit8dcc56dcc098332ac12a923681659caaf883ae32 (patch)
tree858423fec1d40fb93ea519ae1523e037df5e181e /testing/scripts/build-umlrootfs
parent04d000210bb4a4d9e36eb8296568040422a6b524 (diff)
downloadstrongswan-8dcc56dcc098332ac12a923681659caaf883ae32.tar.bz2
strongswan-8dcc56dcc098332ac12a923681659caaf883ae32.tar.xz
created tnc-imc and tnc-imv plugins
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index d77852efb..e22b65cf4 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -187,6 +187,16 @@ then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
fi
+if [ "$USE_TNC_IMC" = "yes" ]
+then
+ echo -n " --enable-tnc-imc" >> $INSTALLSHELL
+fi
+
+if [ "$USE_TNC_IMV" = "yes" ]
+then
+ echo -n " --enable-tnc-imv" >> $INSTALLSHELL
+fi
+
if [ "$USE_TNCCS_11" = "yes" ]
then
echo -n " --enable-tnccs-11" >> $INSTALLSHELL