aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-02-08 12:01:37 +0000
committerLuka Perkov <luka@openwrt.org>2015-02-08 12:01:37 +0000
commit5fb250390c94182ca58cd8b745821af013748f31 (patch)
treecef86161f3687d71c522125b139e9773d5700149 /include/kernel-version.mk
parent67ab756ccef6b7d0f1c398a1c4446487453e2e76 (diff)
downloadupstream-5fb250390c94182ca58cd8b745821af013748f31.tar.gz
upstream-5fb250390c94182ca58cd8b745821af013748f31.tar.bz2
upstream-5fb250390c94182ca58cd8b745821af013748f31.zip
kernel: update 3.18 to 3.18.6
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44318 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cd282888b1..cc07d3d05d 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,14 +6,14 @@ LINUX_VERSION-3.8 = .13
LINUX_VERSION-3.10 = .58
LINUX_VERSION-3.13 = .7
LINUX_VERSION-3.14 = .32
-LINUX_VERSION-3.18 = .5
+LINUX_VERSION-3.18 = .6
LINUX_VERSION-3.19 = -rc5
LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d
LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01
LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f
LINUX_KERNEL_MD5SUM-3.14.32 = 3178fb8f6f1eafcffdd730fec68754f8
-LINUX_KERNEL_MD5SUM-3.18.5 = b655fcbc4597aa4b0cbabcfc72983259
+LINUX_KERNEL_MD5SUM-3.18.6 = 997c8492ebfdc9bb9e6ed8d4945539dd
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))