From 83348c80e4139af60e4f06da6bb13aaea9fe4ae6 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 30 May 2011 21:31:50 +0200 Subject: added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocol --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 182feab7d..03ef748fc 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -217,6 +217,16 @@ then echo -n " --enable-tnccs-dynamic" >> $INSTALLSHELL fi +if [ "$USE_IMC_TEST" = "yes" ] +then + echo -n " --enable-imc-test" >> $INSTALLSHELL +fi + +if [ "$USE_IMV_TEST" = "yes" ] +then + echo -n " --enable-imv-test" >> $INSTALLSHELL +fi + if [ "$USE_SQL" = "yes" ] then echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL -- cgit v1.2.3