From: Nicolas Thill Date: Fri, 18 Nov 2011 20:52:59 +0000 (+0000) Subject: [backfire] kernel: remove unused MD5SUMs X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5c5a1c832a7496ad52de678b229cafd732866a86;p=openwrt%2Fsvn-archive%2Farchive.git [backfire] kernel: remove unused MD5SUMs SVN-Revision: 29243 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index abd65240ad..8fc4845c0a 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,27 +8,15 @@ LINUX_RELEASE?=1 ifeq ($(LINUX_VERSION),2.4.37.9) LINUX_KERNEL_MD5SUM:=b85b8962840c13f17f944e7b1890f8f8 endif -ifeq ($(LINUX_VERSION),2.6.25.20) - LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 -endif ifeq ($(LINUX_VERSION),2.6.30.10) LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5 endif -ifeq ($(LINUX_VERSION),2.6.31.12) - LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de -endif ifeq ($(LINUX_VERSION),2.6.32.27) LINUX_KERNEL_MD5SUM:=c8df8bed01a3b7e4ce13563e74181d71 endif ifeq ($(LINUX_VERSION),2.6.32.33) LINUX_KERNEL_MD5SUM:=2b4e5ed210534d9b4f5a563089dfcc80 endif -ifeq ($(LINUX_VERSION),2.6.33) - LINUX_KERNEL_MD5SUM:=c3883760b18d50e8d78819c54d579b00 -endif -ifeq ($(LINUX_VERSION),2.6.33.1) - LINUX_KERNEL_MD5SUM:=73b514ec918b88a45656be191b1ee226 -endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x