summaryrefslogtreecommitdiffstats
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
commitb9d513158ee3b0b16cd6b17eb50774be4ab33386 (patch)
tree37fa855efcfdce3577686daade94a7eadfaccd9a /include/kernel-version.mk
parente972c95cf096c6d10cf69a10316fed32b11493cb (diff)
downloadmaster-31e0f0ae-b9d513158ee3b0b16cd6b17eb50774be4ab33386.tar.gz
master-31e0f0ae-b9d513158ee3b0b16cd6b17eb50774be4ab33386.tar.bz2
master-31e0f0ae-b9d513158ee3b0b16cd6b17eb50774be4ab33386.zip
kernel: update 3.18 to 3.18.6
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44318
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)))