X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d0d4d32ed95f088e64be2322121f952af54f105e;hb=4da854bcd00842894558aba10b3521d7171ba1e3;hp=9733be0f3d8560ed1e94a2d45f3afbbf961d1c45;hpb=39467e78e76dcdfa6dc3430b4b52d4333a97135f;p=openwrt%2Fstaging%2Fwigyori.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