aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-22 22:52:35 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-22 22:52:35 +0200
commit3b71a8996a5ee010155e47ef3e18d49192b28bcd (patch)
treebc04e0226220b513220638d4a83b16f9bd0e3650 /include
parent660ec23512c352feab5a6a62fae517bc8f1186a2 (diff)
downloadmaster-187ad058-3b71a8996a5ee010155e47ef3e18d49192b28bcd.tar.gz
master-187ad058-3b71a8996a5ee010155e47ef3e18d49192b28bcd.tar.bz2
master-187ad058-3b71a8996a5ee010155e47ef3e18d49192b28bcd.zip
kernel: update kernel 4.4 to version 4.4.13
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index eadf9bbd9a..c1dbd2330e 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@ LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .29
LINUX_VERSION-4.1 = .23
-LINUX_VERSION-4.4 = .12
+LINUX_VERSION-4.4 = .13
LINUX_KERNEL_MD5SUM-3.18.29 = b25737a0bc98e80d12200de93f239c28
LINUX_KERNEL_MD5SUM-4.1.23 = 5cb969fa874e110118722398b7c72c5d
-LINUX_KERNEL_MD5SUM-4.4.12 = eed37d7fa5c2095f42f62803fa077c33
+LINUX_KERNEL_MD5SUM-4.4.13 = d70b6959d8db61bcea7070c089aace9b
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))