remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes #4502)
[librecmc/librecmc.git] / include / kernel-version.mk
index d31320020b137481ed8ca1890a7a137ab0744589..2fe6611a59b17b1b1f8f5cbc707ee5badcff9d32 100644 (file)
@@ -28,8 +28,11 @@ endif
 ifeq ($(LINUX_VERSION),2.6.26.8)
   LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
 endif
-ifeq ($(LINUX_VERSION),2.6.27.7)
-  LINUX_KERNEL_MD5SUM:=db323884c7dc46e4cd33d0d944fa59a9
+ifeq ($(LINUX_VERSION),2.6.27.13)
+  LINUX_KERNEL_MD5SUM:=e1035cd771ef2aed59396d8cab543a0c
+endif
+ifeq ($(LINUX_VERSION),2.6.28)
+  LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
 endif
 
 # disable the md5sum check for unknown kernel versions