summaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-06-30 23:26:17 +0000
committerJonas Gorski <jogo@openwrt.org>2015-06-30 23:26:17 +0000
commita84be7a61157d100ad7b52b37964c7b315416c11 (patch)
treeb46fb051b58b1b3390262792ab1a18879403c7f0 /include/kernel-version.mk
parent831d1c8b459b561d18446566ff16049d3025967c (diff)
downloadmaster-31e0f0ae-a84be7a61157d100ad7b52b37964c7b315416c11.tar.gz
master-31e0f0ae-a84be7a61157d100ad7b52b37964c7b315416c11.tar.bz2
master-31e0f0ae-a84be7a61157d100ad7b52b37964c7b315416c11.zip
kernel: update 4.1 to 4.1.1
Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.1 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46152
Diffstat (limited to 'include/kernel-version.mk')
-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 fd1efdbfbd..a07115ea28 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@ LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .17
LINUX_VERSION-4.0 = .7
-LINUX_VERSION-4.1 =
+LINUX_VERSION-4.1 = .1
LINUX_KERNEL_MD5SUM-3.18.17 = f05d7620c587d8b0ab3cd944ff9dc9f7
LINUX_KERNEL_MD5SUM-4.0.7 = 7993e5389c189d5c7dbc21135aebc0c1
-LINUX_KERNEL_MD5SUM-4.1 = fe9dc0f6729f36400ea81aa41d614c37
+LINUX_KERNEL_MD5SUM-4.1.1 = bf83da42349ab7fe77c61b5d10d9f003
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))