summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 08:39:06 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 08:39:06 +0000
commita4baf34c180393e1d274bd70cafd7c448e6729f1 (patch)
tree987e0666d5642dd65de17bb2bd37362b9262745e /include
parent1420b2f40bc80fee3fc06f14cce2bd33f75aaf2d (diff)
add 2.6.33.3 & 2.6.32.12 kernel checksums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21180 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c3894d2bb..6da056aa1 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