aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-04-14 17:55:55 +0200
committerPetr Štetiar <ynezz@true.cz>2020-04-14 21:58:16 +0200
commit0bea89a1d0f98af102cef32d6a8302bc28606180 (patch)
tree82c1873d07a13ec8e0e8ab1e30aa53ba09e3f947 /include/kernel-version.mk
parent9abf01246efc858b92f8211e37ecd0435e1a0474 (diff)
downloadupstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.gz
upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.bz2
upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.zip
kernel: bump 5.4 to 5.4.32
Refreshed patches, removed upstreamed patches: generic: 746-stable-net-dsa-mt7530-fix-null-pointer-dereferencing-in-por.patch Run tested: qemu-x86-64, apalis Build tested: x86/64, imx6, sunxi/a53 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 860a2cd285..4a720da249 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.14 = .172
LINUX_VERSION-4.19 = .108
-LINUX_VERSION-5.4 = .31
+LINUX_VERSION-5.4 = .32
LINUX_KERNEL_HASH-4.14.172 = 2318a1ab937580a079351ed20557c336a3d95b664f667b14e3ba49e3271b217a
LINUX_KERNEL_HASH-4.19.108 = 09aeeca5b08efea2f54b977b2999afb60d42f93b9f65b2b0111969f183f750a3
-LINUX_KERNEL_HASH-5.4.31 = a11083f8f809887f6a0f8d4467532385b99418f17998fe6e837807491c276eeb
+LINUX_KERNEL_HASH-5.4.32 = 192d99fab7a47a537493b6d7eddb52892b98f8ada655c0bbb419b360a995f2b3
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))