summaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-11-24 10:17:33 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-11-24 10:17:33 +0000
commitc26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640 (patch)
tree71f8de7a390beace28d8456266cad646ffdf46f5 /include/kernel-version.mk
parent35902404fce9e8007a69ba893a8a8e569494209e (diff)
downloadmaster-31e0f0ae-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.tar.gz
master-31e0f0ae-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.tar.bz2
master-31e0f0ae-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.zip
update .18 support for -rc6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43357
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 5f0b84a0c0..e13cd08943 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,14 +7,14 @@ LINUX_VERSION-3.8 = .13
LINUX_VERSION-3.10 = .58
LINUX_VERSION-3.13 = .7
LINUX_VERSION-3.14 = .18
-LINUX_VERSION-3.18 = -rc4
+LINUX_VERSION-3.18 = -rc6
LINUX_KERNEL_MD5SUM-3.3.8 = f1058f64eed085deb44f10cee8541d50
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.18 = 3b002a06d0964d8101abec768c2d4eef
-LINUX_KERNEL_MD5SUM-3.18-rc4 = 5bf4da5308bafbfb7620bb685fc1ecba
+LINUX_KERNEL_MD5SUM-3.18-rc6 = 892b929629ba8af764eeffc394654329
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))