From: nico Date: Fri, 18 Nov 2011 20:52:59 +0000 (+0000) Subject: [backfire] kernel: remove unused MD5SUMs X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=ed0965e207f3b415016a44c0bf00c826f64db372 [backfire] kernel: remove unused MD5SUMs git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29243 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index abd65240a..8fc4845c0 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