kernel: add md5sum for 3.9 final
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36499
This commit is contained in:
parent
0ae43dbe9d
commit
292493f74d
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ endif
|
|||
ifeq ($(LINUX_VERSION),3.8.10)
|
||||
LINUX_KERNEL_MD5SUM:=3d5fb6d9add9cce7725bbe9b139c8d6e
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),3.9)
|
||||
LINUX_KERNEL_MD5SUM:=4348c9b6b2eb3144d601e87c19d5d909
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
|
Loading…
Reference in a new issue