summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2015-06-26 15:41:25 -0500
committerMatt Housh <jaeger@crux.nu>2015-06-26 15:41:25 -0500
commite58a9a85e5f45c39d95f321b6f8ad2c772ff156a (patch)
tree418b811a8c08553c091485a6928bd47daddb1f7e /Makefile
parentb791a786c091cdb7c59f977bcb288cdf62947e8f (diff)
downloadiso-e58a9a85e5f45c39d95f321b6f8ad2c772ff156a.tar.gz
iso-e58a9a85e5f45c39d95f321b6f8ad2c772ff156a.tar.xz
Updated kernel to 4.0.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c3e9e87..776327a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CRUXVERSION = 3.1
CUSTOMVERSION =
COLLECTIONS = core opt xorg
KERNEL_MIRROR = http://www.kernel.org
-KERNEL_VERSION = 3.14.33
+KERNEL_VERSION = 4.0.6
KERNEL_PATCHES =
BB_VERSION = 1.22.1
SYSLINUX_VERSION = 4.04
@@ -82,7 +82,7 @@ check-log:
# kernel
kernel/linux-$(KERNEL_VERSION).tar.xz:
- cd kernel && wget $(KERNEL_MIRROR)/pub/linux/kernel/v3.x/linux-$(KERNEL_VERSION).tar.xz
+ cd kernel && wget $(KERNEL_MIRROR)/pub/linux/kernel/v4.x/linux-$(KERNEL_VERSION).tar.xz
kernel/linux-$(KERNEL_VERSION): kernel/linux-$(KERNEL_VERSION).tar.xz
tar -C kernel -xJmf kernel/linux-$(KERNEL_VERSION).tar.xz

Generated by cgit