diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-28 23:34:04 +0200 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-28 23:34:04 +0200 |
| commit | 4e8e74fcfa2efcbebbc5cd33634115c774e87b14 (patch) | |
| tree | b40615ee7158a670b45c46953ae29e690169ab16 /testing/scripts | |
| parent | 280c8ea2f0aa50914fc863debe171b12f629561a (diff) | |
| download | strongswan-4e8e74fcfa2efcbebbc5cd33634115c774e87b14.tar.bz2 strongswan-4e8e74fcfa2efcbebbc5cd33634115c774e87b14.tar.xz | |
moved TNCCS layer out of eap_tnc plugin
Diffstat (limited to 'testing/scripts')
| -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 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 |
