Skip to content

Commit

Permalink
kernel: move to latest LTS v4.1.38
Browse files Browse the repository at this point in the history
Update the default kernel to the latest LTS version, v4.1.38.

Tested by building the following machines:

  - kvm_x86_64 (x86_64)
  - nxp/nxp_p2020rdbpca (PowerPC P2020)
  - qemu_armv7a (ARMv7)

Signed-off-by: Curt Brune <curt@cumulusnetworks.com>
  • Loading branch information
Curt Brune authored and cbrune committed Jan 23, 2017
1 parent 73787c5 commit 7b486c6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-config/make/kernel-download.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

LINUX_VERSION ?= 4.1
LINUX_MAJOR_VERSION = $(firstword $(subst ., ,$(LINUX_VERSION)))
LINUX_MINOR_VERSION ?= 34
LINUX_MINOR_VERSION ?= 38
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.34.tar.xz.sha1

This file was deleted.

1 change: 1 addition & 0 deletions upstream/linux-4.1.38.tar.xz.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
58fa94854db192ac1558f96819efff0550f6c09d linux-4.1.38.tar.xz

0 comments on commit 7b486c6

Please sign in to comment.