mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 21:01:41 +00:00
add md5sum for linux-3.3
SVN-Revision: 31046
This commit is contained in:
parent
32e4801fb0
commit
6fda73f40a
@ -38,6 +38,9 @@ endif
|
|||||||
ifeq ($(LINUX_VERSION),3.2.12)
|
ifeq ($(LINUX_VERSION),3.2.12)
|
||||||
LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe
|
LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),3.3)
|
||||||
|
LINUX_KERNEL_MD5SUM:=98a6cdd7d082b7ea72df9c89842bac74
|
||||||
|
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