Skip to content
Snippets Groups Projects
Commit 41844dba authored by Imre Kaloz's avatar Imre Kaloz
Browse files

we don't care about the md5sums for -rc kernels

SVN-Revision: 22290
parent ca8f45b1
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@ endif
ifeq ($(LINUX_VERSION),2.6.34.1)
LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45
endif
ifeq ($(LINUX_VERSION),2.6.35-rc2)
LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929
endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment