X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=a1e827c4939c44102076472e65f1f886f33a229e;hp=062bfb495ed1d2b405a5b1ef7e553e18aa3bf1fe;hb=f8e102ef2719929103e4a2910353b337e4cf1621;hpb=ab70aef2efe5846992aaa5f3b829318377b13e8e diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 062bfb495e..a1e827c493 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,8 +8,20 @@ endif ifeq ($(LINUX_VERSION),3.6.11) LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54 endif -ifeq ($(LINUX_VERSION),3.7.8) - LINUX_KERNEL_MD5SUM:=4bc40d18bf90f25d5463cfb9442876af +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.28) + LINUX_KERNEL_MD5SUM:=789a39e8a381a60e46fe922cb66d77e2 +endif +ifeq ($(LINUX_VERSION),3.12.5) + LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1 endif # disable the md5sum check for unknown kernel versions