Skip to content

Commit

Permalink
kernel: update to 4.1.6, the latest 4.1.y LTS release
Browse files Browse the repository at this point in the history
Move the default kernel version to 4.1.6, tracking the upstream 4.1.y
LTS kernel release.

Testing:

Compiled and ran ONIE for the kvm_x86_64 and fsl_p2020rdbpca machines.

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Curt Brune committed Aug 27, 2015
1 parent 8ffe9f8 commit 340ce57
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 4.1.3 Kernel Configuration
# Linux/powerpc 4.1.6 Kernel Configuration
#
# CONFIG_PPC64 is not set

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.1.3 Kernel Configuration
# Linux/x86 4.1.6 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down
2 changes: 1 addition & 1 deletion build-config/make/kernel-download.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

LINUX_VERSION ?= 4.1
LINUX_MAJOR_VERSION = $(firstword $(subst ., ,$(LINUX_VERSION)))
LINUX_MINOR_VERSION ?= 3
LINUX_MINOR_VERSION ?= 6
LINUX_RELEASE ?= $(LINUX_VERSION).$(LINUX_MINOR_VERSION)
LINUX_TARBALL ?= linux-$(LINUX_RELEASE).tar.xz
export LINUX_TARBALL
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion upstream/linux-4.1.3.tar.xz.sha1

This file was deleted.

1 change: 1 addition & 0 deletions upstream/linux-4.1.6.tar.xz.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17cea347c9f6b8f5e09f938791965654598b7f43 linux-4.1.6.tar.xz

0 comments on commit 340ce57

Please sign in to comment.