diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:57 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:57 +0000 |
commit | 1015fab0d7d64107be4dd6c798b88bff357575cb (patch) | |
tree | 4acaf873b8e8ce21ed6f583fd210b2bf86350138 /include | |
parent | e67f4477bb4a423a0d45418a5c0d228d425ecbce (diff) | |
download | upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.tar.gz upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.tar.bz2 upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.zip |
kernel: update linux 3.1 to 3.1.10
SVN-Revision: 29966
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 85bfe81af2..fc2203f5d0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -32,8 +32,8 @@ endif ifeq ($(LINUX_VERSION),3.0.18) LINUX_KERNEL_MD5SUM:=67252770d7009eabe8bac7c26e074f9d endif -ifeq ($(LINUX_VERSION),3.1.9) - LINUX_KERNEL_MD5SUM:=4e387a49cde20805955c905bc8c311e0 +ifeq ($(LINUX_VERSION),3.1.10) + LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a endif ifeq ($(LINUX_VERSION),3.2.1) LINUX_KERNEL_MD5SUM:=090eb3dae0f520f7770f85193e931ad3 |