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 | bb7d9586c8bb1a6b5354d6c24ad9a641e1796274 (patch) | |
tree | 73becfb04cd2de03f9217c737a12f27cb5f855d4 /include | |
parent | 6c0c19ae778a278cf7c18b7369f3e37b88cc852a (diff) | |
download | upstream-bb7d9586c8bb1a6b5354d6c24ad9a641e1796274.tar.gz upstream-bb7d9586c8bb1a6b5354d6c24ad9a641e1796274.tar.bz2 upstream-bb7d9586c8bb1a6b5354d6c24ad9a641e1796274.zip |
generic-2.6: add kernel 2.6.35 preliminary support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21695 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |