strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set --enable-eap-aka in UML scenarios
[strongswan.git]
/
testing
/
scripts
/
build-umlrootfs
diff --git
a/testing/scripts/build-umlrootfs
b/testing/scripts/build-umlrootfs
index
ab28b65
..
42288bb
100755
(executable)
--- a/
testing/scripts/build-umlrootfs
+++ b/
testing/scripts/build-umlrootfs
@@
-141,6
+141,11
@@
then
echo -n " --enable-ldap" >> $INSTALLSHELL
fi
echo -n " --enable-ldap" >> $INSTALLSHELL
fi
+if [ "$USE_EAP_AKA" = "yes" ]
+then
+ echo -n " --enable-eap-aka" >> $INSTALLSHELL
+fi
+
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL