X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bd2e5d7b03871f6caecbac1e8ac24a00baeb9822..479d18c8590fbda577f5f84d511d4fea1da1f9e0:/include/kernel-version.mk diff --git a/include/kernel-version.mk b/include/kernel-version.mk index e8c84a0ea..78e8ef498 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,8 +28,11 @@ endif ifeq ($(LINUX_VERSION),2.6.26.8) LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d endif -ifeq ($(LINUX_VERSION),2.6.27.8) - LINUX_KERNEL_MD5SUM:=cbdc1b350ef79dd323b9aeda5cf7f1b6 +ifeq ($(LINUX_VERSION),2.6.27.11) + LINUX_KERNEL_MD5SUM:=29bf3e01673b42f7bf993aa8295b8245 +endif +ifeq ($(LINUX_VERSION),2.6.28) + LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a endif # disable the md5sum check for unknown kernel versions