diff options
author | Matt Housh <jaeger@crux.nu> | 2015-06-26 15:41:25 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2015-06-26 15:41:25 -0500 |
commit | e58a9a85e5f45c39d95f321b6f8ad2c772ff156a (patch) | |
tree | 418b811a8c08553c091485a6928bd47daddb1f7e /Makefile | |
parent | b791a786c091cdb7c59f977bcb288cdf62947e8f (diff) | |
download | iso-e58a9a85e5f45c39d95f321b6f8ad2c772ff156a.tar.gz iso-e58a9a85e5f45c39d95f321b6f8ad2c772ff156a.tar.xz |
Updated kernel to 4.0.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |