aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commite2e6967fa22005ba84d62165bbb9408fe3bfdb11 (patch)
treef6080eb160637e62899ac5d2ca42c70478a122a9 /include
parent7ce234722b4c4b45561954d04f1b61f307b1a61c (diff)
downloadmaster-187ad058-e2e6967fa22005ba84d62165bbb9408fe3bfdb11.tar.gz
master-187ad058-e2e6967fa22005ba84d62165bbb9408fe3bfdb11.tar.bz2
master-187ad058-e2e6967fa22005ba84d62165bbb9408fe3bfdb11.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46152 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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)))