X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=a2fe8223c4a2498c31d6515f6a79b63974704eba;hb=c0edabca051e029b130d0938f3500637402084e4;hp=9bcbd0b5545fc94e61a124a82551cf56f93d16b3;hpb=b98c8e8bf9ceb27c3bb3c965157397c061542c88;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 9bcbd0b554..a2fe8223c4 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,8 +11,20 @@ endif ifeq ($(LINUX_VERSION),3.7.10) LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec endif -ifeq ($(LINUX_VERSION),3.8.9) - LINUX_KERNEL_MD5SUM:=b5286ad3d8a729e9ae48b26211e05aec +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.10) + LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a +endif +ifeq ($(LINUX_VERSION),3.13.2) + LINUX_KERNEL_MD5SUM:=83386986b4b58507a4f064aa46676f5e endif # disable the md5sum check for unknown kernel versions