add md5 sum of the 2.6.23.11 tarball
SVN-Revision: 9799
This commit is contained in:
parent
ec8d79e3a9
commit
ff0eceb98f
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.23.9)
|
ifeq ($(LINUX_VERSION),2.6.23.9)
|
||||||
LINUX_KERNEL_MD5SUM:=fc341e4f23bcd4056bdb0c9edc24ea3d
|
LINUX_KERNEL_MD5SUM:=fc341e4f23bcd4056bdb0c9edc24ea3d
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(LINUX_VERSION),2.6.23.11)
|
||||||
|
LINUX_KERNEL_MD5SUM:=b9e18a02297ee556cac26d65f25e0ccf
|
||||||
|
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 a new issue