diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-07 05:54:29 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-07 05:54:29 +0000 |
commit | a2225b8b293cd71d420b96d46c88ad612f3637be (patch) | |
tree | 4d2afeae6574ff5adcc55f4001e457470141d715 /include | |
parent | 1428b8f9bc3c188f2894f9c9780cedbbbee69824 (diff) | |
download | upstream-a2225b8b293cd71d420b96d46c88ad612f3637be.tar.gz upstream-a2225b8b293cd71d420b96d46c88ad612f3637be.tar.bz2 upstream-a2225b8b293cd71d420b96d46c88ad612f3637be.zip |
generic-2.6: add kernel 2.6.35 preliminary support
SVN-Revision: 21695
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b1b5bbe590..2e8966547b 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -26,6 +26,9 @@ endif ifeq ($(LINUX_VERSION),2.6.34) LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad endif +ifeq ($(LINUX_VERSION),2.6.35-rc2) + LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |