diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 99c4d02..35d1dd0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,8 +28,8 @@ endif ifeq ($(LINUX_VERSION),2.6.26.5) LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43 endif -ifeq ($(LINUX_VERSION),2.6.27-rc8) - LINUX_KERNEL_MD5SUM:=0fe739abe48e834a2ba664a2601328e6 +ifeq ($(LINUX_VERSION),2.6.27-rc9) + LINUX_KERNEL_MD5SUM:=d78ffa904cc4a9c4eafd68ce55135198 endif # disable the md5sum check for unknown kernel versions |