X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d5434378fcb343964a8f803a53054c2ad1241b2e..971c83a0ff2670884b15a2bf3d838ceb9a97fd3e:/include/kernel-version.mk diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 5f05cf862..c3894d2bb 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,17 @@ endif ifeq ($(LINUX_VERSION),2.6.31.12) LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de endif -ifeq ($(LINUX_VERSION),2.6.32.8) - LINUX_KERNEL_MD5SUM:=82023ede52f067fcc55c5e70b02e48ae +ifeq ($(LINUX_VERSION),2.6.32.10) + LINUX_KERNEL_MD5SUM:=5d996507ad482a3a8c8e6b2d48e7994b +endif +ifeq ($(LINUX_VERSION),2.6.32.11) + LINUX_KERNEL_MD5SUM:=3709c691d909b4f8ca692edc6c726cb6 +endif +ifeq ($(LINUX_VERSION),2.6.33.2) + LINUX_KERNEL_MD5SUM:=80c5ff544b0ee4d9b5d8b8b89d4a0ef9 +endif +ifeq ($(LINUX_VERSION),2.6.34-rc5) + LINUX_KERNEL_MD5SUM:=c09ea93cd4e2684ebb506866c65a4c9f endif # disable the md5sum check for unknown kernel versions