X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d8297bb0a4e520c83175a987ff70e4a72f2bd603..7a11cb572c208cca49828eeaf3a23d3988a816e8:/include/kernel-version.mk?ds=sidebyside diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 0ecf1279e..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.5) - LINUX_KERNEL_MD5SUM:=99b687c0d2c64831cae00a046731ed94 +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