From: Michael Büsch Date: Wed, 20 Oct 2010 23:07:35 +0000 (+0000) Subject: Add md5sum for linux-2.6.36 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8b0a1687f1204122274cd9e3eb35cae1d65dbc8a Add md5sum for linux-2.6.36 SVN-Revision: 23556 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index ad8a0137e4..4522444c93 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -23,6 +23,9 @@ endif ifeq ($(LINUX_VERSION),2.6.35.7) LINUX_KERNEL_MD5SUM:=f741879bcd3a5366a1bbe0ad5cdb7935 endif +ifeq ($(LINUX_VERSION),2.6.36) + LINUX_KERNEL_MD5SUM:=61f3739a73afb6914cb007f37fb09b62 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x