summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2014-07-16 15:37:11 -0500
committerMatt Housh <jaeger@crux.nu>2014-07-16 15:37:11 -0500
commitaa51bb6436476b0001e2a12f53a66aa060b08010 (patch)
treed517150af1019af822452637738b1c16e19c972a /Makefile
parentbe75e619010fee441e861464c7a95377ef47bfc4 (diff)
downloadiso-aa51bb6436476b0001e2a12f53a66aa060b08010.tar.gz
iso-aa51bb6436476b0001e2a12f53a66aa060b08010.tar.xz
Updated kernel to 3.12.24 and added ptrace bug patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23db8f4..090e6f5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ CRUXVERSION = 3.1
CUSTOMVERSION =
COLLECTIONS = core opt xorg
KERNEL_MIRROR = http://www.kernel.org
-KERNEL_VERSION = 3.12.23
-KERNEL_PATCHES =
+KERNEL_VERSION = 3.12.24
+KERNEL_PATCHES = linux-ptrace-bug.patch
BB_VERSION = 1.22.1
SYSLINUX_VERSION = 4.04
GRUB2_VERSION = 2.00

Generated by cgit