diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-28 00:19:49 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-28 00:27:50 +0300 |
commit | fde7688055405e64637595e8b1936e8eaec242f7 (patch) | |
tree | 3bbe6df89e8e8e2511057901416707f2fe5082a9 /include/kernel-version.mk | |
parent | c14cc531e5280d21a44a95b51719663248f835aa (diff) | |
download | upstream-fde7688055405e64637595e8b1936e8eaec242f7.tar.gz upstream-fde7688055405e64637595e8b1936e8eaec242f7.tar.bz2 upstream-fde7688055405e64637595e8b1936e8eaec242f7.zip |
kernel: update 4.9 to 4.9.52
Refresh patches.
Compile-tested on x86/64.
Runtime-tested on x86/64.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'include/kernel-version.mk')
-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 b8192dd0c4..0422c20b82 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -4,11 +4,11 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .71 LINUX_VERSION-4.4 = .88 -LINUX_VERSION-4.9 = .51 +LINUX_VERSION-4.9 = .52 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240 LINUX_KERNEL_HASH-4.4.88 = 144fe8dd773ec317fa06109b8d7bd04141bf1941daa03799fb4f437bbbb919b4 -LINUX_KERNEL_HASH-4.9.51 = 83faa66102d8a4c164857014c5304e08ca6c16f1697851862af17ba61378aa8a +LINUX_KERNEL_HASH-4.9.52 = ffdd034f1bf32fa41d1a66a347388c0dc4c3cff6f578a1e29d88b20fbae1048a ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |