diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-07 23:31:23 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-07 23:31:23 +0200 |
commit | 8dcc56dcc098332ac12a923681659caaf883ae32 (patch) | |
tree | 858423fec1d40fb93ea519ae1523e037df5e181e /testing/scripts/build-umlrootfs | |
parent | 04d000210bb4a4d9e36eb8296568040422a6b524 (diff) | |
download | strongswan-8dcc56dcc098332ac12a923681659caaf883ae32.tar.bz2 strongswan-8dcc56dcc098332ac12a923681659caaf883ae32.tar.xz |
created tnc-imc and tnc-imv plugins
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 10 |
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 |