X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d0d4d32ed95f088e64be2322121f952af54f105e;hb=2bc08286d51beb255816eb2e0307299aec5c2d99;hp=9733be0f3d8560ed1e94a2d45f3afbbf961d1c45;hpb=df7f7bf4b392bb6599f272f753abf4f8167fc3a1;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 9733be0f3d..d0d4d32ed9 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,11 +11,14 @@ endif ifeq ($(LINUX_VERSION),3.7.10) LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec endif -ifeq ($(LINUX_VERSION),3.8.12) - LINUX_KERNEL_MD5SUM:=a4be720ca9e61445562565856bb5154d +ifeq ($(LINUX_VERSION),3.8.13) + LINUX_KERNEL_MD5SUM:=2af19d06cd47ec459519159cdd10542d endif -ifeq ($(LINUX_VERSION),3.9.1) - LINUX_KERNEL_MD5SUM:=913bbf85c65f3e587a5000763374b4aa +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