diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-10-20 20:42:20 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-10-20 20:42:20 -0500 |
commit | a72440075f69f46b8d8a3d815043a1a417ce07d4 (patch) | |
tree | 5515e8e8ef334fb09300b0a5323008d932739ca7 | |
parent | 3a9266b61d17c308c7215ad99334298ed9f3b1b0 (diff) | |
download | iso-a72440075f69f46b8d8a3d815043a1a417ce07d4.tar.gz iso-a72440075f69f46b8d8a3d815043a1a417ce07d4.tar.xz |
Updated kernel to 4.1.103.2-rc2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | kernel/linux-4.1.10.config (renamed from kernel/linux-4.1.8.config) | 2 | ||||
-rw-r--r-- | kernel/linux-4.1.10.defconfig (renamed from kernel/linux-4.1.8.defconfig) | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ CRUXVERSION = 3.2 CUSTOMVERSION = COLLECTIONS = core opt xorg KERNEL_MIRROR = http://www.kernel.org -KERNEL_VERSION = 4.1.8 +KERNEL_VERSION = 4.1.10 KERNEL_PATCHES = BB_VERSION = 1.22.1 MEMTEST_VERSION = 5.01 diff --git a/kernel/linux-4.1.8.config b/kernel/linux-4.1.10.config index dfaa409..b399326 100644 --- a/kernel/linux-4.1.8.config +++ b/kernel/linux-4.1.10.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.1.8 Kernel Configuration +# Linux/x86 4.1.10 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/linux-4.1.8.defconfig b/kernel/linux-4.1.10.defconfig index 41085d2..39228ca 100644 --- a/kernel/linux-4.1.8.defconfig +++ b/kernel/linux-4.1.10.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.1.8 Kernel Configuration +# Linux/x86 4.1.10 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y |