Add 2.6.30 final
SVN-Revision: 16418
This commit is contained in:
parent
5d21be0e31
commit
6103f5ecba
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.29.2)
|
ifeq ($(LINUX_VERSION),2.6.29.2)
|
||||||
LINUX_KERNEL_MD5SUM:=a6839571a9e70baf821d2fb752f9c4c6
|
LINUX_KERNEL_MD5SUM:=a6839571a9e70baf821d2fb752f9c4c6
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.30)
|
||||||
|
LINUX_KERNEL_MD5SUM:=7a80058a6382e5108cdb5554d1609615
|
||||||
|
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