generic-2.6: add kernel 2.6.35 preliminary support
SVN-Revision: 21695
This commit is contained in:
parent
1428b8f9bc
commit
a2225b8b29
|
@ -26,6 +26,9 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.34)
|
ifeq ($(LINUX_VERSION),2.6.34)
|
||||||
LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
|
LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.35-rc2)
|
||||||
|
LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929
|
||||||
|
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 New Issue