diff options
author | Matt Housh <jaeger@crux.nu> | 2014-07-16 15:37:11 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2014-07-16 15:37:11 -0500 |
commit | aa51bb6436476b0001e2a12f53a66aa060b08010 (patch) | |
tree | d517150af1019af822452637738b1c16e19c972a /Makefile | |
parent | be75e619010fee441e861464c7a95377ef47bfc4 (diff) | |
download | iso-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |