X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=64b25e8b4e12ea765721c2dd0060341f7d1d899e;hb=ed768ae4b2f744883765cae4d7e5f7f62249de01;hp=74d293b57f0c4a5946a7296c0143c465f42ee4f5;hpb=0f5b1a3ecae01bd64378b898246e006e22c9b539;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 74d293b57f..64b25e8b4e 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 = .23 -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.23 = 39c3e2090931e83b7dd3438e7fb276d4 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))