Skip to content
Snippets Groups Projects
Commit 756cfaa1 authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

kernel: add checksum for 3.10.9


Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 37825
parent 887ddc41
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ endif
ifeq ($(LINUX_VERSION),3.10.4)
LINUX_KERNEL_MD5SUM:=0378156d0a4ebf155d083531c3cb3826
endif
ifeq ($(LINUX_VERSION),3.10.9)
LINUX_KERNEL_MD5SUM:=28d1e1117c30fdd861f70ac0f9b677aa
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