diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-27 08:39:06 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-27 08:39:06 +0000 |
commit | bea3cfb0f786a6f8a9d7c5f235bdb3cfe6500ebc (patch) | |
tree | 987e0666d5642dd65de17bb2bd37362b9262745e /include | |
parent | ebf5ee501beb0a7ff4321ddf4c0cb923545cae18 (diff) | |
download | upstream-bea3cfb0f786a6f8a9d7c5f235bdb3cfe6500ebc.tar.gz upstream-bea3cfb0f786a6f8a9d7c5f235bdb3cfe6500ebc.tar.bz2 upstream-bea3cfb0f786a6f8a9d7c5f235bdb3cfe6500ebc.zip |
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.mk | 6 |
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 |