add 2.6.38 md5sum
SVN-Revision: 26221
This commit is contained in:
parent
0e5f8f6904
commit
7df8322519
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.37.3)
|
ifeq ($(LINUX_VERSION),2.6.37.3)
|
||||||
LINUX_KERNEL_MD5SUM:=b32fc95037e4e114fcfb33075bb30f46
|
LINUX_KERNEL_MD5SUM:=b32fc95037e4e114fcfb33075bb30f46
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.38)
|
||||||
|
LINUX_KERNEL_MD5SUM:=7d471477bfa67546f902da62227fa976
|
||||||
|
endif
|
||||||
|
|
||||||
# disable the md5sum check for unknown kernel versions
|
# disable the md5sum check for unknown kernel versions
|
||||||
LINUX_KERNEL_MD5SUM?=x
|
LINUX_KERNEL_MD5SUM?=x
|
||||||
|
|
Loading…
Reference in a new issue