Browse Source

Add md5sum for linux-2.6.36

SVN-Revision: 23556
Michael Büsch 15 years ago
parent
commit
a7ae32e3dd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/kernel-version.mk

+ 3 - 0
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