diff options
-rw-r--r-- | include/kernel-version.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 55595e8bdf..78b9da0766 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,7 +28,7 @@ endif ifeq ($(LINUX_VERSION),2.6.26.8) LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d endif -ifeq ($(LINUX_VERSION),2.6.27.9) +ifeq ($(LINUX_VERSION),2.6.27.10) LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303 endif |