add MD5 for the kernel 2.6.28

SVN-Revision: 13744
master
Matteo Croce 16 years ago
parent 0fd38ec0f1
commit 76ec5d14cf
  1. 3
      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

Loading…
Cancel
Save