mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
add md5sum for 3.13.1
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39507
This commit is contained in:
parent
11155b27ad
commit
ce62a03ede
@ -23,6 +23,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),3.12.5)
|
ifeq ($(LINUX_VERSION),3.12.5)
|
||||||
LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1
|
LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),3.13.1)
|
||||||
|
LINUX_KERNEL_MD5SUM:=18f528e5632f0096e642c511722630dc
|
||||||
|
endif
|
||||||
|
|
||||||
# disable the md5sum check for unknown kernel versions
|
# disable the md5sum check for unknown kernel versions
|
||||||
LINUX_KERNEL_MD5SUM?=x
|
LINUX_KERNEL_MD5SUM?=x
|
||||||
|
Loading…
Reference in New Issue
Block a user