X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d1f5eb2c6ab45cc71a74ac4ad1422d2dadce9637;hb=41eab9048b5c1cd58ed1397d25e691d66d8e215b;hp=74d293b57f0c4a5946a7296c0143c465f42ee4f5;hpb=0f5b1a3ecae01bd64378b898246e006e22c9b539;p=openwrt%2Fstaging%2Frmilecki.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 74d293b57f0..d1f5eb2c6ab 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,11 +2,13 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .16 -LINUX_VERSION-4.0 = .5 +LINUX_VERSION-3.18 = .29 +LINUX_VERSION-4.1 = .20 +LINUX_VERSION-4.4 = .21 -LINUX_KERNEL_MD5SUM-3.18.16 = 3b0e66fdf47b0660521d79b881eabf04 -LINUX_KERNEL_MD5SUM-4.0.5 = 214836ae60a5674c31bb7cede5f47794 +LINUX_KERNEL_MD5SUM-3.18.29 = b25737a0bc98e80d12200de93f239c28 +LINUX_KERNEL_MD5SUM-4.1.20 = 075c38a3a23ca5bc80437b13606df00a +LINUX_KERNEL_MD5SUM-4.4.21 = 9a59fa5f60f47aab78aaa5f0691b24a2 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))