X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6de5b9dbe42d1d0ec9d8e960da8df8182967695f..a1a27e73363abcc8f30f131d75b52d3ee2ea14a8:/include/kernel-version.mk diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 78b9da076..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.10) - LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303 +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