diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-30 15:36:24 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-30 15:36:34 +0200 |
commit | d93e2e5409b9d53ea0f2efb303691f0ce2d091ce (patch) | |
tree | 773fbb9c9bd4af4eaef7fb13bc8eb367832359bf /testing/scripts/build-umlrootfs | |
parent | 577893612fa7d5a9956bf9fbe60d1de77092810e (diff) | |
download | strongswan-d93e2e5409b9d53ea0f2efb303691f0ce2d091ce.tar.bz2 strongswan-d93e2e5409b9d53ea0f2efb303691f0ce2d091ce.tar.xz |
created an eap-tnc method hull
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
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 |