diff options
author | John Crispin <john@openwrt.org> | 2014-06-26 13:47:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-26 13:47:42 +0000 |
commit | 994e5ce2f93bf8beeb099a9fd38d1dc358005c30 (patch) | |
tree | 76426c4821fc0a80e515102df567f7c8d13f605a /include/kernel-version.mk | |
parent | 23a9bfc655cce1f7f636272e5c1c1a4081eaeac2 (diff) | |
download | upstream-994e5ce2f93bf8beeb099a9fd38d1dc358005c30.tar.gz upstream-994e5ce2f93bf8beeb099a9fd38d1dc358005c30.tar.bz2 upstream-994e5ce2f93bf8beeb099a9fd38d1dc358005c30.zip |
kernel: update 3.10.36->3.10.44
205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41351
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 86423148f3..5f6a591bbf 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -14,8 +14,8 @@ endif ifeq ($(LINUX_VERSION),3.9.11) LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(LINUX_VERSION),3.10.36) - LINUX_KERNEL_MD5SUM:=721f76050755ec8ec88876ee350a2726 +ifeq ($(LINUX_VERSION),3.10.44) + LINUX_KERNEL_MD5SUM:=8a4006eff3bbd8aff58fe4b443223e7a endif ifeq ($(LINUX_VERSION),3.12.10) LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a |