diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-23 13:16:51 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-23 13:16:51 +0000 |
commit | 0710ef015da0c48ededae7d46a21a19a2ec9c5dd (patch) | |
tree | 559b9e8687c0dd1cecb32a315453576048f680fd /include/kernel-version.mk | |
parent | 29bbf9fec815e5de4467ec7037495206ca79f5ef (diff) | |
download | upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.tar.gz upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.tar.bz2 upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.zip |
kernel: update kernel to version 2.6.32.13 and 2.6.33.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 2e6d141115..f0308970a5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,20 +17,16 @@ endif ifeq ($(LINUX_VERSION),2.6.31.12) LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de endif -ifeq ($(LINUX_VERSION),2.6.32.12) - LINUX_KERNEL_MD5SUM:=bc87db696ed4be729334584493d6d98d +ifeq ($(LINUX_VERSION),2.6.32.13) + LINUX_KERNEL_MD5SUM:=e66b1ec7eeb1a5f5d279574c6a2f3655 endif -ifeq ($(LINUX_VERSION),2.6.33.2) - LINUX_KERNEL_MD5SUM:=80c5ff544b0ee4d9b5d8b8b89d4a0ef9 -endif -ifeq ($(LINUX_VERSION),2.6.33.3) - LINUX_KERNEL_MD5SUM:=f651e9aafb2f910812257a63bcd639f2 +ifeq ($(LINUX_VERSION),2.6.33.4) + LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964 endif ifeq ($(LINUX_VERSION),2.6.34) LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad endif - # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |