diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 13:16:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 13:16:35 +0000 |
commit | 712f6ec52abc4e8a04611bda0604dc9e8b658e6f (patch) | |
tree | 173d851fe7a1e8988e0bcf10581f48043ae2e186 /include/kernel-version.mk | |
parent | 58de4a47597876d9da25d1400b92c5b647fd75bd (diff) | |
download | upstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.tar.gz upstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.tar.bz2 upstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.zip |
kernel: update linux 3.18 to final release
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43569
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 059b655875..931d54031c 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 = .26 -LINUX_VERSION-3.18 = -rc7 +LINUX_VERSION-3.18 = 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.26 = 9a91a9c507c9efb68c7075e151c30fa7 -LINUX_KERNEL_MD5SUM-3.18-rc7 = 36ac6232dfb74aebdfa30d7cbf154485 +LINUX_KERNEL_MD5SUM-3.18 = 9e854df51ca3fef8bfe566dbd7b89241 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |