aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-08-30 15:36:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-08-30 15:36:34 +0200
commitd93e2e5409b9d53ea0f2efb303691f0ce2d091ce (patch)
tree773fbb9c9bd4af4eaef7fb13bc8eb367832359bf /testing/scripts/build-umlrootfs
parent577893612fa7d5a9956bf9fbe60d1de77092810e (diff)
downloadstrongswan-d93e2e5409b9d53ea0f2efb303691f0ce2d091ce.tar.bz2
strongswan-d93e2e5409b9d53ea0f2efb303691f0ce2d091ce.tar.xz
created an eap-tnc method hull
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-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 7e6822d17..26b247e72 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -182,6 +182,11 @@ then
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
fi
+if [ "$USE_EAP_TNC" = "yes" ]
+then
+ echo -n " --enable-eap-tnc" >> $INSTALLSHELL
+fi
+
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL