X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4e869172aba26f8ba17f77bb88b2db23c975b288..54dcc5811d2a1728a6cc5cb468ac738e6ba5208a:/include/kernel-version.mk?ds=sidebyside diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 764c284d0..df96216cd 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -19,6 +19,15 @@ endif ifeq ($(LINUX_VERSION),2.6.23) LINUX_KERNEL_MD5SUM:=2cc2fd4d521dc5d7cfce0d8a9d1b3472 endif +ifeq ($(LINUX_VERSION),2.6.23.1) + LINUX_KERNEL_MD5SUM:=518d57e08fdacd88907166a3bfe383b7 +endif +ifeq ($(LINUX_VERSION),2.6.23.9) + LINUX_KERNEL_MD5SUM:=fc341e4f23bcd4056bdb0c9edc24ea3d +endif +ifeq ($(LINUX_VERSION),2.6.23.11) + LINUX_KERNEL_MD5SUM:=b9e18a02297ee556cac26d65f25e0ccf +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x