diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-03 10:11:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-03 10:11:18 +0000 |
commit | 68d130e2e82d206a7024836247886f70244b7665 (patch) | |
tree | 83cb8dbca700f5f0f4e4eeb47762e715afcc6103 | |
parent | 3131f64da4e8ff808d0eb439f6868e88464c80cf (diff) | |
download | upstream-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
-rw-r--r-- | include/kernel-version.mk | 4 |
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))) |