Skip to content
Snippets Groups Projects
Commit 3f22cca5 authored by wigyori's avatar wigyori
Browse files

kernel: add checksum for 3.10.9


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



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37825 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 87950527
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