From 168d943178732bd23e486b912e89ef9351cbc043 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Mon, 25 Dec 2017 00:54:34 +0200 Subject: [PATCH] Updated the kernel to the latest stable version. Marked the kernel as 'longterm' in the main readme doc. --- README.md | 4 ++-- src/.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02040c908..ad7b0a8cc 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ This is a screenshot of the current development version of Minimal Linux Live: ![Minimal Linux Live](http://minimal.idzona.com/assets/img/minimal_linux_live_3.jpg) -## Current development state (04-Dec-2017) +## Current development state (26-Dec-2017) -* Linux kernel 4.14.2 (stable) +* Linux kernel 4.14.8 (longterm) * GNU C Library 2.26 (stable) * BusyBox 1.27.2 (stable) * Stable on default Ubuntu 16.04 installation with applied system updates. diff --git a/src/.config b/src/.config index 30305a9c5..e0cb77fca 100644 --- a/src/.config +++ b/src/.config @@ -11,7 +11,7 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.4.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.8.tar.xz # You can find the latest GNU C library source bundles here: # @@ -199,7 +199,7 @@ USE_BOOT_LOGO=true # total number of each 'make' jobs will be equal to the number of detected CPU # cores mutiplied by this property. For example, if you set this property with # value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be -# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are! +# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are. # JOB_FACTOR=1