-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From: Matthias Schiffer <[email protected]> | ||
Date: Tue, 8 Mar 2016 04:13:13 +0100 | ||
Subject: kernel: update to 3.18.24 | ||
|
||
diff --git a/include/kernel-version.mk b/include/kernel-version.mk | ||
index 6060776..647fbc5 100644 | ||
--- a/include/kernel-version.mk | ||
+++ b/include/kernel-version.mk | ||
@@ -2,9 +2,9 @@ | ||
|
||
LINUX_RELEASE?=1 | ||
|
||
-LINUX_VERSION-3.18 = .23 | ||
+LINUX_VERSION-3.18 = .24 | ||
|
||
-LINUX_KERNEL_MD5SUM-3.18.23 = dc6d265ab38716be3676ac294b481ad8 | ||
+LINUX_KERNEL_MD5SUM-3.18.24 = ceb97aed20611aff4b177d52ffca3b5c | ||
|
||
ifdef KERNEL_PATCHVER | ||
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |
4318229
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for reference: fixes #669