aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-10-24 12:58:44 +0000
committerJonas Gorski <jogo@openwrt.org>2011-10-24 12:58:44 +0000
commit3894b9746fe2cdfdac9defe205de77f9660f41f7 (patch)
tree3df628ca1e76ec59ebd282c08b885589a9c0d45c /include
parentd3a428d4068be6f6e2eac0e2ce498b2512ef6da4 (diff)
downloadupstream-3894b9746fe2cdfdac9defe205de77f9660f41f7.tar.gz
upstream-3894b9746fe2cdfdac9defe205de77f9660f41f7.tar.bz2
upstream-3894b9746fe2cdfdac9defe205de77f9660f41f7.zip
linux: add 3.1 checksum
SVN-Revision: 28553
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 1b41d84582..a978b4b6ba 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -32,6 +32,9 @@ endif
ifeq ($(LINUX_VERSION),3.0.3)
LINUX_KERNEL_MD5SUM:=6a8af5f6733b3db970197e65b3db712c
endif
+ifeq ($(LINUX_VERSION),3.1)
+ LINUX_KERNEL_MD5SUM:=8d43453f8159b2332ad410b19d86a931
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x