X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=572936b6e6e7b2012eed961f8f34cbe3c1c8837d;hp=afc0e651e2cb6bae09c8d7f5d10d2337e8867607;hb=85e523e126223b07c9aea95c8cabbd9cf81deba1;hpb=7d6cff4882e1484e09956e19825acdae3a68618c diff --git a/include/kernel-version.mk b/include/kernel-version.mk index afc0e651e2..572936b6e6 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,13 +2,15 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .21 -LINUX_VERSION-4.0 = .9 -LINUX_VERSION-4.1 = .6 +LINUX_VERSION-3.18 = .26 +LINUX_VERSION-4.1 = .15 +LINUX_VERSION-4.3 = .3 +LINUX_VERSION-4.4 = -LINUX_KERNEL_MD5SUM-3.18.21 = e4248caaa4cef318c04657e971b37298 -LINUX_KERNEL_MD5SUM-4.0.9 = 40fc5f6e2d718e539b45e6601c71985b -LINUX_KERNEL_MD5SUM-4.1.6 = 1dae0c808e34164cab3dfd57be88bd53 +LINUX_KERNEL_MD5SUM-3.18.26 = fb3ef8da32a25607807887b9567a6927 +LINUX_KERNEL_MD5SUM-4.1.15 = b227333912b161c96ff3e30f5041e1c0 +LINUX_KERNEL_MD5SUM-4.3.3 = f3068333fa524ff98914cf751d0b5710 +LINUX_KERNEL_MD5SUM-4.4 = 9a78fa2eb6c68ca5a40ed5af08142599 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))