X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=69b0c91230659acae315864dadae226fd70179cc;hb=eec5d92af054d0323859d9e61b9b932ebce2927f;hp=0076b6d20d101f7e640223024f146d8918603368;hpb=84ff10e73edcc3621e58e6e83403955b4a1ccf7c;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 0076b6d20d..69b0c91230 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,17 @@ endif ifeq ($(LINUX_VERSION),3.9.11) LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(LINUX_VERSION),3.10.3) - LINUX_KERNEL_MD5SUM:=30d2f96003778d03fa102b319f46b0c9 +ifeq ($(LINUX_VERSION),3.10.34) + LINUX_KERNEL_MD5SUM:=30991b495a3d75196d5608072d2e62e6 +endif +ifeq ($(LINUX_VERSION),3.12.10) + LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a +endif +ifeq ($(LINUX_VERSION),3.13.7) + LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f +endif +ifeq ($(LINUX_VERSION),3.14) + LINUX_KERNEL_MD5SUM:=b621207b3f6ecbb67db18b13258f8ea8 endif # disable the md5sum check for unknown kernel versions