summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
Diffstat (limited to 'helper')
-rw-r--r--helper/kernel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/kernel.inc b/helper/kernel.inc
index 6901c4b4..3f6d57aa 100644
--- a/helper/kernel.inc
+++ b/helper/kernel.inc
@@ -20,6 +20,8 @@ if [ -z "${KERNEL_VERSION}" ]; then
[ -z "${KERNEL_VERSION}" ] && perror "KERNEL_VERSION still not set after sourcing, something is very wrong..."
fi
+KERNEL_VERSION="3.2.0-40-generic"
+
# set global KERNEL_TARGET_NAME
KERNEL_TARGET_NAME="vmlinuz-${KERNEL_VERSION}-openslx"