X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fkernel-version.mk;h=0e7311b69d2b4ea91e4b5dbb501b4a380f0b9641;hb=ec15cd72e3ccc86fc7a4e14127b16b9b2b57a6fb;hp=b9e63cba1f0af2e603c3eb5f1dce68c865c75486;hpb=2b7cc9340a9ee7d66e352990abbf64ef1192b488;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b9e63cba1f..0e7311b69d 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.2) - LINUX_KERNEL_MD5SUM:=e406cc1bb5618a4ea88470f4d3d3d6e1 +ifeq ($(LINUX_VERSION),3.9.10) + LINUX_KERNEL_MD5SUM:=2d69615f7074b952cfcb65f1356c0cc9 +endif +ifeq ($(LINUX_VERSION),3.10.1) + LINUX_KERNEL_MD5SUM:=4c8ed240943c8750a89cc307637bd74d endif # disable the md5sum check for unknown kernel versions