X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b7f53dca79f9b17cd36c2991a48020aa907f268a..2d1c688ec90851316bea083782573a441e527102:/include/kernel-version.mk?ds=sidebyside diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 84f1cd3f4..45139a6a7 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.6) - LINUX_KERNEL_MD5SUM:=e0a2ccc01319efdfd5869345099f06f4 +ifeq ($(LINUX_VERSION),2.6.27.19) + LINUX_KERNEL_MD5SUM:=182b23174febe7cc8106dd394f368dee +endif +ifeq ($(LINUX_VERSION),2.6.28.7) + LINUX_KERNEL_MD5SUM:=72d7d509c1f997e6d043bc9c683d89f1 endif # disable the md5sum check for unknown kernel versions