diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-11-16 15:59:43 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-11-16 17:31:29 +0100 |
commit | 8e47655d4e979d65c7e488faea4e1fcca8e4cddc (patch) | |
tree | 0405f183fc75a17e64b0a5a1b98432051279105f /include | |
parent | c437a671525d4fa01f69e57effee76da09d6761f (diff) | |
download | upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.tar.gz upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.tar.bz2 upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.zip |
kernel: update kernel 4.4 to version 4.4.32
Refresh patches for all targets that support kernel 4.4.
Compile-tested on all targets that use kernel 4.4 and aren't marked broken.
Runtime-tested on ar71xx, octeon.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 13d39fb8fe..ce11b95dc7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -4,11 +4,11 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .43 LINUX_VERSION-4.1 = .34 -LINUX_VERSION-4.4 = .31 +LINUX_VERSION-4.4 = .32 LINUX_KERNEL_MD5SUM-3.18.43 = b1faeb4a2e1e70ffe061bdbb3452840a LINUX_KERNEL_MD5SUM-4.1.34 = fba99f0f4765ebf01033e69518740a3c -LINUX_KERNEL_MD5SUM-4.4.31 = 29d9b0b1aa4dec3eb1a9edf1b84e79c5 +LINUX_KERNEL_MD5SUM-4.4.32 = 63e50dd0c477fe9ea450a358fe39485b ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |