X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/91317965c77a93df52ed8fbeb5e7fc595d5a7ce1..591fe5e8c5b1e941c55ae954fd4149d706b24a97:/include/kernel-version.mk diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 8d22ada2e..07c318d94 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -32,7 +32,10 @@ ifeq ($(LINUX_VERSION),2.6.27.21) LINUX_KERNEL_MD5SUM:=2912af7938fae1a3f2a9a6bcf8c0009f endif ifeq ($(LINUX_VERSION),2.6.28.9) - LINUX_KERNEL_MD5SUM:=9a2b9d296adccca22868a3a5e3bccc4f + LINUX_KERNEL_MD5SUM:=a4a870fdb8d0a6a7f218a6e25c9d4891 +endif +ifeq ($(LINUX_VERSION),2.6.29.1) + LINUX_KERNEL_MD5SUM:=4ada43caecb08fe2af71b416b6f586d8 endif # disable the md5sum check for unknown kernel versions @@ -42,5 +45,5 @@ split_version=$(subst ., ,$(1)) merge_version=$(subst $(space),.,$(1)) KERNEL_BASE=$(firstword $(subst -, ,$(LINUX_VERSION))) KERNEL=$(call merge_version,$(wordlist 1,2,$(call split_version,$(KERNEL_BASE)))) -KERNEL_PATCHVER=$(call merge_version,$(wordlist 1,3,$(call split_version,$(LINUX_VERSION)))) +KERNEL_PATCHVER=$(call merge_version,$(wordlist 1,3,$(call split_version,$(KERNEL_BASE))))