aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 6011deb47..2ac1fa069 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-rc8.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.26.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -30,8 +30,7 @@ KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
KERNELCONFIG=$UMLTESTDIR/.config-2.6.26
# Bzipped uml patch for kernel
-# (not needed anymore for 2.6.9 kernel or higher)
-#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
+UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
# Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.5.tar.bz2