From: matteo Date: Thu, 25 Dec 2008 17:09:30 +0000 (+0000) Subject: add MD5 for the kernel 2.6.28 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b791225f191d6f852975e47c9ca692e668c6261b add MD5 for the kernel 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13744 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 78b9da076..f48158816 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -31,6 +31,9 @@ endif ifeq ($(LINUX_VERSION),2.6.27.10) LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303 endif +ifeq ($(LINUX_VERSION),2.6.28) + LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x