aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-03 10:11:18 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-03 10:11:18 +0000
commit68d130e2e82d206a7024836247886f70244b7665 (patch)
tree83cb8dbca700f5f0f4e4eeb47762e715afcc6103 /include/kernel-version.mk
parent3131f64da4e8ff808d0eb439f6868e88464c80cf (diff)
downloadupstream-68d130e2e82d206a7024836247886f70244b7665.tar.gz
upstream-68d130e2e82d206a7024836247886f70244b7665.tar.bz2
upstream-68d130e2e82d206a7024836247886f70244b7665.zip
generic/3.18: update to 3.18.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44249 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 4c894c670c..3cfcc8cd0a 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 = .30
-LINUX_VERSION-3.18 = .3
+LINUX_VERSION-3.18 = .5
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.30 = 5926982f20bbef0988fca03b92fe43a5
-LINUX_KERNEL_MD5SUM-3.18.3 = 7f37f59b9f01945c9503bc9deed88820
+LINUX_KERNEL_MD5SUM-3.18.5 = b655fcbc4597aa4b0cbabcfc72983259
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))