diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-25 07:26:53 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-25 07:26:53 +0000 |
commit | 0ada62af06e7d7df1da3da4998efbe36abce1249 (patch) | |
tree | 07f724298de8eff86930ad7844b81510cff0b3c2 /testing/scripts/build-umlrootfs | |
parent | 232c80bb4d0da916c17dec09dc38cb5f396d8b33 (diff) | |
download | strongswan-0ada62af06e7d7df1da3da4998efbe36abce1249.tar.bz2 strongswan-0ada62af06e7d7df1da3da4998efbe36abce1249.tar.xz |
enable eap-radius plugin in uml scenarios
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-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 41b1b46dc..0bd131b12 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -167,6 +167,11 @@ then echo -n " --enable-eap-identity" >> $INSTALLSHELL fi +if [ "$USE_EAP_RADIUS" = "yes" ] +then + echo -n " --enable-eap-radius" >> $INSTALLSHELL +fi + if [ "$USE_SQL" = "yes" ] then echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL |