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 | b1059710a262fbd27e59d2fae1a8d7489a5f747d (patch) | |
tree | 670457a395199b7c0e230cc66afd99979128928b /include | |
parent | db12fa60c6b0ba455c89c7c45fb89b0fe6bca1ad (diff) | |
download | master-187ad058-b1059710a262fbd27e59d2fae1a8d7489a5f747d.tar.gz master-187ad058-b1059710a262fbd27e59d2fae1a8d7489a5f747d.tar.bz2 master-187ad058-b1059710a262fbd27e59d2fae1a8d7489a5f747d.zip |
kernel: update linux 3.1 to 3.1.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29966 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 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 |