X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fkernel-version.mk;h=eeb8195ff07b829af8a33ff604dbf241b2a70ebf;hb=6a5cc2d08593ba63dddaa452e69b14c3edb08254;hp=de20fefd80fce61ee7332a60df3b0c3e51ea6093;hpb=c7d5fee20463ab55fdaffa6b946b28d3a12c038d;p=openwrt%2Fstaging%2Fyousong.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index de20fefd80..eeb8195ff0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,11 +2,13 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .11 -LINUX_VERSION-4.0 = +LINUX_VERSION-3.18 = .43 +LINUX_VERSION-4.1 = .34 +LINUX_VERSION-4.4 = .38 -LINUX_KERNEL_MD5SUM-3.18.11 = 2def91951c9cedf7896efb864e0c090c -LINUX_KERNEL_MD5SUM-4.0 = a86916bd12798220da9eb4a1eec3616d +LINUX_KERNEL_MD5SUM-3.18.43 = b1faeb4a2e1e70ffe061bdbb3452840a +LINUX_KERNEL_MD5SUM-4.1.34 = fba99f0f4765ebf01033e69518740a3c +LINUX_KERNEL_MD5SUM-4.4.38 = 77ed9e650b65788a1f9f371ba87c2e50b5ba7624bc834ae38b036f7f592816a6 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))