X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=3955a292b542dfd0a0103159fa27916ebd30b5d0;hb=122fadaa003cf6fa969076e147ee11b690de684b;hp=1be48e7551b5d2203e4ae851a60b28ca47999a5a;hpb=9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6;p=openwrt%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 1be48e7551..3955a292b5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,11 +2,15 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .16 -LINUX_VERSION-4.0 = .4 +LINUX_VERSION-3.18 = .23 +LINUX_VERSION-4.0 = .9 +LINUX_VERSION-4.1 = .11 +LINUX_VERSION-4.3 = -LINUX_KERNEL_MD5SUM-3.18.16 = 3b0e66fdf47b0660521d79b881eabf04 -LINUX_KERNEL_MD5SUM-4.0.4 = 71d8b666438e6b59f103e9384889c15a +LINUX_KERNEL_MD5SUM-3.18.23 = dc6d265ab38716be3676ac294b481ad8 +LINUX_KERNEL_MD5SUM-4.0.9 = 40fc5f6e2d718e539b45e6601c71985b +LINUX_KERNEL_MD5SUM-4.1.11 = 63e5981e38f935772a5309289fe76972 +LINUX_KERNEL_MD5SUM-4.3 = 58b35794eee3b6d52ce7be39357801e7 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))