From: kaloz Date: Thu, 6 Feb 2014 18:30:50 +0000 (+0000) Subject: add md5sum for 3.13.1 X-Git-Tag: fast2504n-3.10.28-merged~127 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f64562e8bafacec8e08ef28d7442decff45d69d9;p=openwrt.git add md5sum for 3.13.1 Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index a1e827c493..c9717e8fa1 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -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