diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-03-31 13:43:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-03-31 13:43:06 +0000 |
commit | 36fefbb60e17cf2978b5ea0f954ef992e02c9ca3 (patch) | |
tree | 2998c2a4ed3532a1d01bbbbf97d0b185d74016ac /include | |
parent | a22190340a3b25ce385b89bdcee4c8a7c1e91223 (diff) | |
download | upstream-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.tar.gz upstream-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.tar.bz2 upstream-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.zip |
3.14 final is out
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40352
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 1c4b711e7a..69b0c91230 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -26,6 +26,9 @@ endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f endif +ifeq ($(LINUX_VERSION),3.14) + LINUX_KERNEL_MD5SUM:=b621207b3f6ecbb67db18b13258f8ea8 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |