From: florian Date: Sun, 8 Aug 2010 20:00:35 +0000 (+0000) Subject: [kernel] add 2.6.35 md5sum X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/f7e08b517690b89d79b0c2e0fce6bee2acbee135 [kernel] add 2.6.35 md5sum git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 7c01f9218..abf214289 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -20,6 +20,9 @@ endif ifeq ($(LINUX_VERSION),2.6.34.1) LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45 endif +ifeq ($(LINUX_VERSION),2,6,35) + LINUX_KERNEL_MD5SUM:=091abeb4684ce03d1d936851618687b6 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x