From: Jonas Gorski Date: Mon, 24 Oct 2011 12:58:44 +0000 (+0000) Subject: linux: add 3.1 checksum X-Git-Tag: reboot~15802 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3894b9746fe2cdfdac9defe205de77f9660f41f7;hp=d3a428d4068be6f6e2eac0e2ce498b2512ef6da4 linux: add 3.1 checksum SVN-Revision: 28553 --- 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