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
enable eap-radius plugin in uml scenarios
[strongswan.git]
/
testing
/
scripts
/
build-umlrootfs
diff --git
a/testing/scripts/build-umlrootfs
b/testing/scripts/build-umlrootfs
index
41b1b46
..
0bd131b
100755
(executable)
--- 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