kernel: add md5sum of kernel 2.6.37
SVN-Revision: 24931
This commit is contained in:
parent
a4472870bd
commit
ebbd3311e1
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ endif
|
|||
ifeq ($(LINUX_VERSION),2.6.36.2)
|
||||
LINUX_KERNEL_MD5SUM:=d465f8ba05bf1b7530c596f1cca658e7
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.37)
|
||||
LINUX_KERNEL_MD5SUM:=c8ee37b4fdccdb651e0603d35350b434
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
|
Loading…
Reference in a new issue