Skip to content
Snippets Groups Projects
Commit 87f98f8b authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: add md5sum of kernel

This was missing in r26441

SVN-Revision: 26442
parent 50c743e7
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ endif ...@@ -20,8 +20,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.36.4) ifeq ($(LINUX_VERSION),2.6.36.4)
LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf
endif endif
ifeq ($(LINUX_VERSION),2.6.37.4) ifeq ($(LINUX_VERSION),2.6.37.6)
LINUX_KERNEL_MD5SUM:=1d2dc321017a8dde09b779b4d8233273 LINUX_KERNEL_MD5SUM:=05970afdce8ec4323a10dcd42bc4fb0c
endif endif
ifeq ($(LINUX_VERSION),2.6.38.2) ifeq ($(LINUX_VERSION),2.6.38.2)
LINUX_KERNEL_MD5SUM:=5e9d0edae15053ea9acd932e6d162d03 LINUX_KERNEL_MD5SUM:=5e9d0edae15053ea9acd932e6d162d03
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment