mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 22:22:58 +00:00
added 2.6.28.6 checksum
SVN-Revision: 14552
This commit is contained in:
parent
5585f5fe56
commit
c0ac3512d9
@ -34,6 +34,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),2.6.28.5)
|
ifeq ($(LINUX_VERSION),2.6.28.5)
|
||||||
LINUX_KERNEL_MD5SUM:=677e020f785f57ac48576eacb565a489
|
LINUX_KERNEL_MD5SUM:=677e020f785f57ac48576eacb565a489
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.28.6)
|
||||||
|
LINUX_KERNEL_MD5SUM:=6bb4f553551033f29d55d78b49b31733
|
||||||
|
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