From 9ce931f3afc0f2569baecdf61720b8f0104a4076 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 12 Sep 2012 12:15:17 +0200 Subject: added ikev2/rw-eap-dynamic scenario --- 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 27ba0bf58..e2e94943f 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -172,6 +172,11 @@ then echo -n " --enable-eap-radius" >> $INSTALLSHELL fi +if [ "$USE_EAP_DYNAMIC" = "yes" ] +then + echo -n " --enable-eap-dynamic" >> $INSTALLSHELL +fi + if [ "$USE_EAP_TLS" = "yes" ] then echo -n " --enable-eap-tls" >> $INSTALLSHELL -- cgit v1.2.3