mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
kernel: add md5sum of kernel 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24931 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ee3790b2a
commit
af8ba321fb
@ -20,6 +20,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),2.6.36.2)
|
ifeq ($(LINUX_VERSION),2.6.36.2)
|
||||||
LINUX_KERNEL_MD5SUM:=d465f8ba05bf1b7530c596f1cca658e7
|
LINUX_KERNEL_MD5SUM:=d465f8ba05bf1b7530c596f1cca658e7
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.37)
|
||||||
|
LINUX_KERNEL_MD5SUM:=c8ee37b4fdccdb651e0603d35350b434
|
||||||
|
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