aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-10-13 00:09:44 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-10-13 00:09:44 +0000
commit35c365c2e3f5ea57f2b073a6ff940482c81bc478 (patch)
tree17dff4280180775d103815318cb462ac50ba7ce2 /testing/testing.conf
parent405e8ecfe3982954d9d9324840bfca402d62fd14 (diff)
downloadstrongswan-35c365c2e3f5ea57f2b073a6ff940482c81bc478.tar.bz2
strongswan-35c365c2e3f5ea57f2b073a6ff940482c81bc478.tar.xz
add support of --enable-eap-sim-file and --enable-kernel-pfkey configuration options
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index abb5ba097..6ffa930d7 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.26.5.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -45,6 +45,7 @@ USE_EAP_IDENTITY="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
+USE_KERNEL_PFKEY="no"
USE_INTEGRITY_TEST="no"
USE_LEAK_DETECTIVE="no"