X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d06e41944fa50dcda3824de09c5501bf6f5e413f;hb=61bccd5e214e6cbaf96e15ff95509b7214554efe;hp=aba715f9206256bca754618f04ab170396a8ed4b;hpb=685d811b38979393e33df5ea1a4580167e110b2d;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index aba715f920..d06e41944f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,8 +25,11 @@ endif ifeq ($(LINUX_VERSION),2.6.24.7) LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4 endif -ifeq ($(LINUX_VERSION),2.6.25.4) - LINUX_KERNEL_MD5SUM:=c2ec5007ee62e1b1ab05a1ca9155ebd3 +ifeq ($(LINUX_VERSION),2.6.25.12) + LINUX_KERNEL_MD5SUM:=7c413ecf94a84776aaec6ada5694318c +endif +ifeq ($(LINUX_VERSION),2.6.26) + LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c endif # disable the md5sum check for unknown kernel versions