aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-09-28 23:34:04 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-09-28 23:34:04 +0200
commit4e8e74fcfa2efcbebbc5cd33634115c774e87b14 (patch)
treeb40615ee7158a670b45c46953ae29e690169ab16 /testing/scripts
parent280c8ea2f0aa50914fc863debe171b12f629561a (diff)
downloadstrongswan-4e8e74fcfa2efcbebbc5cd33634115c774e87b14.tar.bz2
strongswan-4e8e74fcfa2efcbebbc5cd33634115c774e87b14.tar.xz
moved TNCCS layer out of eap_tnc plugin
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index c1826c9b3..d77852efb 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -187,6 +187,11 @@ then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
fi
+if [ "$USE_TNCCS_11" = "yes" ]
+then
+ echo -n " --enable-tnccs-11" >> $INSTALLSHELL
+fi
+
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL