Skip to content

Commit

Permalink
kernel: update to 3.18.24
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Mar 8, 2016
1 parent 9bd10ea commit 4318229
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions patches/openwrt/0057-kernel-update-to-3.18.24.patch
@@ -0,0 +1,20 @@
From: Matthias Schiffer <mschiffer@universe-factory.net>
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)))

1 comment on commit 4318229

@mweinelt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for reference: fixes #669

Please sign in to comment.