diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-27 18:16:45 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-27 18:16:45 +0000 |
commit | 5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503 (patch) | |
tree | 9ce0fe65c3e3d009de5c01df22cdd360d0e8ff5c | |
parent | 1c45c113c4aee13ca5a5cc30f357d2072a14b5e7 (diff) | |
download | master-187ad058-5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503.tar.gz master-187ad058-5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503.tar.bz2 master-187ad058-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
-rw-r--r-- | include/kernel-version.mk | 2 |
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))) |