X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=08a4c6ddd97398984bad7638124b9286a5f5acce;hb=5024e2420416408801c319ef4fa9439fcdda951f;hp=f4c881dc99c6335826aa3b063cbba3aa80155e9e;hpb=892e13e5c9f228ad2d2595276a2804bdf6bdb772;p=15.05%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f4c881dc99..08a4c6ddd9 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,17 +8,20 @@ endif ifeq ($(LINUX_VERSION),3.6.11) LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54 endif -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.21) - LINUX_KERNEL_MD5SUM:=dc5f31aef4aac0cc271e7ecf1a4b485d +ifeq ($(LINUX_VERSION),3.10.49) + LINUX_KERNEL_MD5SUM:=9774e12764e740d49c80eda77d0ef3eb +endif +ifeq ($(LINUX_VERSION),3.13.7) + LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f +endif +ifeq ($(LINUX_VERSION),3.14.12) + LINUX_KERNEL_MD5SUM:=7e76da2910683fe4dfbcec6ebfdd9a32 endif # disable the md5sum check for unknown kernel versions