diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
commit | abc694b463dd9c2f2c9a7b22c3191260b94b1f04 (patch) | |
tree | af229c9b6fc7f469f3777db82aa015655af45f70 /include | |
parent | 4fe76889c0e956d6a7d1ee96af5f681e8e81ee8b (diff) | |
download | upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.gz upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.bz2 upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.zip |
kernel: update 3.14 to 3.14.9
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41362
Diffstat (limited to 'include')
-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 5f6a591bbf..21b501176c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -23,8 +23,8 @@ endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f endif -ifeq ($(LINUX_VERSION),3.14.8) - LINUX_KERNEL_MD5SUM:=d19dcd4819f2148cc85b80190133755e +ifeq ($(LINUX_VERSION),3.14.9) + LINUX_KERNEL_MD5SUM:=62b80f9ab490db3bfe0b308a0d3f6f1f endif # disable the md5sum check for unknown kernel versions |