mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
Add md5sum for linux-2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23556 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
734a4bdaa5
commit
bd52e4aa51
@ -23,6 +23,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),2.6.35.7)
|
ifeq ($(LINUX_VERSION),2.6.35.7)
|
||||||
LINUX_KERNEL_MD5SUM:=f741879bcd3a5366a1bbe0ad5cdb7935
|
LINUX_KERNEL_MD5SUM:=f741879bcd3a5366a1bbe0ad5cdb7935
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.36)
|
||||||
|
LINUX_KERNEL_MD5SUM:=61f3739a73afb6914cb007f37fb09b62
|
||||||
|
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