mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 15:27:33 +02:00
add MD5 for the kernel 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13744 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77d3905c01
commit
b791225f19
@ -31,6 +31,9 @@ endif
|
||||
ifeq ($(LINUX_VERSION),2.6.27.10)
|
||||
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.28)
|
||||
LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
Loading…
Reference in New Issue
Block a user