X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=a1e827c4939c44102076472e65f1f886f33a229e;hp=340cb4da61c6eb591ee484b0a1fc0a1b41fe893e;hb=a95d8b6513e63551337948b294e72d8cda35cc5e;hpb=d00d864dc467e9c0c62e978a290a524eb43c7766 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 340cb4da61..a1e827c493 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -14,11 +14,14 @@ endif ifeq ($(LINUX_VERSION),3.8.13) LINUX_KERNEL_MD5SUM:=2af19d06cd47ec459519159cdd10542d endif -ifeq ($(LINUX_VERSION),3.9.8) - LINUX_KERNEL_MD5SUM:=04d74575ef1c484ad00be61f32bb4557 +ifeq ($(LINUX_VERSION),3.9.11) + LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(LINUX_VERSION),3.10) - LINUX_KERNEL_MD5SUM:=4f25cd5bec5f8d5a7d935b3f2ccb8481 +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