Skip to content

Commit

Permalink
Upgrade kernel to v4.14.118
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed May 10, 2019
1 parent bdb1f6f commit a8177c8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KERNEL_VERSION := 4.14.111
KERNEL_VERSION := 4.14.118
BUSYBOX_VERSION := 1.29.3

OUTPUTS := output/rootfs.tar.xz output/bzImage output/barge.iso output/barge.img
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It's inspired by the following projects.
- [DhyveOS](https://github.com/nlf/dhyve-os)

## Features
- Built with Buildroot 2019.02.2 with Linux kernel v4.14.111 and glibc.
- Built with Buildroot 2019.02.2 with Linux kernel v4.14.118 and glibc.
- Strip down the Linux kernel modules and drivers
- Busybox + the following utilities from Buildroot
- sudo, bash, wget, xz, sntp, logrotate
Expand Down
4 changes: 2 additions & 2 deletions configs/buildroot.config
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y
# BR2_LINUX_KERNEL_CUSTOM_GIT is not set
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
# BR2_LINUX_KERNEL_CUSTOM_SVN is not set
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.111"
BR2_LINUX_KERNEL_VERSION="4.14.111"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.118"
BR2_LINUX_KERNEL_VERSION="4.14.118"
BR2_LINUX_KERNEL_PATCH="/build/patches/linux"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
Expand Down
4 changes: 2 additions & 2 deletions configs/kernel.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.14.111 Kernel Configuration
# Linux/x86_64 4.14.118 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down Expand Up @@ -1790,6 +1790,7 @@ CONFIG_UNIX98_PTYS=y
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_LDISC_AUTOLOAD=y
# CONFIG_DEVMEM is not set
# CONFIG_DEVKMEM is not set

Expand Down Expand Up @@ -1837,7 +1838,6 @@ CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2bbaec5d3f60c304828f145036093555fee425a4 Mon Sep 17 00:00:00 2001
From 8403a04803750896aa5a49ee4c94f31f8a992693 Mon Sep 17 00:00:00 2001
From: "A.I" <[email protected]>
Date: Thu, 3 May 2018 23:47:55 -0700
Subject: [PATCH] Fix "random: fix crng_ready() test" patch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From fdac1fef1e8cda0940fe71f3bdaaec8c217ca9a9 Mon Sep 17 00:00:00 2001
From 9401841d985e25bc981cac39ec978f6664ce1e4b Mon Sep 17 00:00:00 2001
From: "A.I" <[email protected]>
Date: Sun, 30 Dec 2018 10:41:24 -0800
Subject: [PATCH] Revert "x86/Kconfig: Select SCHED_SMT if SMP enabled"
Expand Down

0 comments on commit a8177c8

Please sign in to comment.