mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
add MD5 for the kernel 2.6.28
SVN-Revision: 13744
This commit is contained in:
parent
0fd38ec0f1
commit
76ec5d14cf
@ -31,6 +31,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),2.6.27.10)
|
ifeq ($(LINUX_VERSION),2.6.27.10)
|
||||||
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
|
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.28)
|
||||||
|
LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
|
||||||
|
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…
x
Reference in New Issue
Block a user