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
commit4f435a67718bb6cbda8959e36e7bfe060a5e36c7 (patch)
tree462376ed42b4703b3f631b4b852b58f5597f1929 /include
parent2c9dc13a724044a66c13bb2d58181aaf0111949e (diff)
downloadupstream-4f435a67718bb6cbda8959e36e7bfe060a5e36c7.tar.gz
upstream-4f435a67718bb6cbda8959e36e7bfe060a5e36c7.tar.bz2
upstream-4f435a67718bb6cbda8959e36e7bfe060a5e36c7.zip
linux: add 3.1 checksum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28553 3c298f89-4303-0410-b956-a3cf2f4a3e73
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