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

add md5sum for 3.13.1


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 39507
parent 11155b27
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ endif
ifeq ($(LINUX_VERSION),3.12.5)
LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1
endif
ifeq ($(LINUX_VERSION),3.13.1)
LINUX_KERNEL_MD5SUM:=18f528e5632f0096e642c511722630dc
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