X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d0d4d32ed95f088e64be2322121f952af54f105e;hb=2bc08286d51beb255816eb2e0307299aec5c2d99;hp=932f186f2f1444d08271fc325868ecf1068a8251;hpb=4f5ccb4de32ae75233b97c8b599f965479c22066;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 932f186f2f..d0d4d32ed9 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,8 +8,17 @@ endif ifeq ($(LINUX_VERSION),3.6.11) LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54 endif -ifeq ($(LINUX_VERSION),3.7.3) - LINUX_KERNEL_MD5SUM:=6b35fb08d229d4c6d246f27c7d475790 +ifeq ($(LINUX_VERSION),3.7.10) + LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec +endif +ifeq ($(LINUX_VERSION),3.8.13) + LINUX_KERNEL_MD5SUM:=2af19d06cd47ec459519159cdd10542d +endif +ifeq ($(LINUX_VERSION),3.9.11) + LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 +endif +ifeq ($(LINUX_VERSION),3.10.15) + LINUX_KERNEL_MD5SUM:=3fe22263308674d92c6d106f633eca52 endif # disable the md5sum check for unknown kernel versions