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
master
Alexandros C. Couloumbis 2010-04-27 08:39:06 +00:00
parent ebf5ee501b
commit bea3cfb0f7
1 changed files with 6 additions and 0 deletions

View File

@ -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