summaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-02-10 22:36:59 +0000
committerLuka Perkov <luka@openwrt.org>2015-02-10 22:36:59 +0000
commit92f324d33355e26bb119e731197445cf229afbfa (patch)
tree8e167dcfe6a61e3139453af2aae79057c04a6d5b /include/kernel-version.mk
parent7aa5766ad137c10cca1a67672f2d8371141f7841 (diff)
downloadmaster-31e0f0ae-92f324d33355e26bb119e731197445cf229afbfa.tar.gz
master-31e0f0ae-92f324d33355e26bb119e731197445cf229afbfa.tar.bz2
master-31e0f0ae-92f324d33355e26bb119e731197445cf229afbfa.zip
kernel: switch 3.19 from -rc5 to release .0
Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44381
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index cc07d3d05d..ec045021b9 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,13 +7,14 @@ LINUX_VERSION-3.10 = .58
LINUX_VERSION-3.13 = .7
LINUX_VERSION-3.14 = .32
LINUX_VERSION-3.18 = .6
-LINUX_VERSION-3.19 = -rc5
+LINUX_VERSION-3.19 =
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.32 = 3178fb8f6f1eafcffdd730fec68754f8
LINUX_KERNEL_MD5SUM-3.18.6 = 997c8492ebfdc9bb9e6ed8d4945539dd
+LINUX_KERNEL_MD5SUM-3.19 = d3fc8316d4d4d04b65cbc2d70799e763
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))