aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-27 18:16:45 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-27 18:16:45 +0000
commit5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503 (patch)
tree9ce0fe65c3e3d009de5c01df22cdd360d0e8ff5c /include/kernel-version.mk
parent1c45c113c4aee13ca5a5cc30f357d2072a14b5e7 (diff)
downloadupstream-5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503.tar.gz
upstream-5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503.tar.bz2
upstream-5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503.zip
kernel: make it possible to select experimental 3.18 (3.18-rc2)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 52c49a9d22..5f8653ffe8 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,12 +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 = -rc2
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-rc2 = 85c45de0ec6f0f9678e4d82549851448
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))