From d93e2e5409b9d53ea0f2efb303691f0ce2d091ce Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 30 Aug 2010 15:36:24 +0200 Subject: created an eap-tnc method hull --- testing/scripts/build-umlrootfs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3