diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
commit | 994485877673c5eafe8626e28a805f6ce91cf609 (patch) | |
tree | 54ebcd1e75a5f180a604e4624834fdcbd6bd3271 /include | |
parent | 9eb155ad92ee904a0ac43ceb6693d1e47f722a96 (diff) | |
download | upstream-994485877673c5eafe8626e28a805f6ce91cf609.tar.gz upstream-994485877673c5eafe8626e28a805f6ce91cf609.tar.bz2 upstream-994485877673c5eafe8626e28a805f6ce91cf609.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41351 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |