summaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-01 17:38:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-01 17:38:54 +0000
commitd1c0a65266b0bbfbe2839f3f5401e09ab9eb7664 (patch)
tree79b063a7c43e138a404575365ae614c85477ccd3 /include/kernel-version.mk
parent70c3a60947cc0b000a4174e65206fe89cb43c7ae (diff)
downloadmaster-31e0f0ae-d1c0a65266b0bbfbe2839f3f5401e09ab9eb7664.tar.gz
master-31e0f0ae-d1c0a65266b0bbfbe2839f3f5401e09ab9eb7664.tar.bz2
master-31e0f0ae-d1c0a65266b0bbfbe2839f3f5401e09ab9eb7664.zip
kernel: update 3.18 to rc7
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43479
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 0d97e4fa94..367c549210 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 = .25
-LINUX_VERSION-3.18 = -rc6
+LINUX_VERSION-3.18 = -rc7
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.25 = 3ae910d35292706d85870c3939547123
-LINUX_KERNEL_MD5SUM-3.18-rc6 = 892b929629ba8af764eeffc394654329
+LINUX_KERNEL_MD5SUM-3.18-rc7 = 36ac6232dfb74aebdfa30d7cbf154485
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))