aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-27 08:39:06 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-27 08:39:06 +0000
commitde4fcf04ec888cec632aaca349409062280cc323 (patch)
treed55565e6ca6792f6e2dccc52a86270ce679ec115 /include
parentdb8b1922fcad7c4a5db72cc3822b757c63334bb9 (diff)
downloadupstream-de4fcf04ec888cec632aaca349409062280cc323.tar.gz
upstream-de4fcf04ec888cec632aaca349409062280cc323.tar.bz2
upstream-de4fcf04ec888cec632aaca349409062280cc323.zip
add 2.6.33.3 & 2.6.32.12 kernel checksums
SVN-Revision: 21180
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index c3894d2bbf..6da056aa17 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -23,9 +23,15 @@ endif
ifeq ($(LINUX_VERSION),2.6.32.11)
LINUX_KERNEL_MD5SUM:=3709c691d909b4f8ca692edc6c726cb6
endif
+ifeq ($(LINUX_VERSION),2.6.32.12)
+ LINUX_KERNEL_MD5SUM:=bc87db696ed4be729334584493d6d98d
+endif
ifeq ($(LINUX_VERSION),2.6.33.2)
LINUX_KERNEL_MD5SUM:=80c5ff544b0ee4d9b5d8b8b89d4a0ef9
endif
+ifeq ($(LINUX_VERSION),2.6.33.3)
+ LINUX_KERNEL_MD5SUM:=f651e9aafb2f910812257a63bcd639f2
+endif
ifeq ($(LINUX_VERSION),2.6.34-rc5)
LINUX_KERNEL_MD5SUM:=c09ea93cd4e2684ebb506866c65a4c9f
endif