aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-06-12 12:32:11 +0200
committerPetr Štetiar <ynezz@true.cz>2020-06-16 23:36:26 +0200
commit90f930e0c2fafe7c7b0b122ae932a9a2c007aead (patch)
tree7da73bcf0145888c7d1e6f9c43414c69312d6e0f /include
parent014c101e0b4c50c13f3c64e6c716827095afa46e (diff)
downloadupstream-90f930e0c2fafe7c7b0b122ae932a9a2c007aead.tar.gz
upstream-90f930e0c2fafe7c7b0b122ae932a9a2c007aead.tar.bz2
upstream-90f930e0c2fafe7c7b0b122ae932a9a2c007aead.zip
kernel: bump 5.4 to 5.4.46
Refreshed patches. Run tested: qemu-x86-64, wrt3200acm Build tested: x86/64, imx6, mvebu/cortexa9, sunxi/a53 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'include')
-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 89e26f6d96..fa62ccbe2a 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.14 = .180
LINUX_VERSION-4.19 = .123
-LINUX_VERSION-5.4 = .45
+LINUX_VERSION-5.4 = .46
LINUX_KERNEL_HASH-4.14.180 = 444ef973d9b6a6ea174e4a9086f0aea980d8575d13302e431ad688f22e27ed0e
LINUX_KERNEL_HASH-4.19.123 = a79914d31a8d8c6b0e2bb0f2b143d615fe8a6c4dd2e0f36e97aa20efd69a993f
-LINUX_KERNEL_HASH-5.4.45 = 103f039f34a9009c42ea643b4f473bda6bb9607d5ad7f63b56b3e2351615fe2e
+LINUX_KERNEL_HASH-5.4.46 = 30074ff2f1a2498da391fad73fc0efaa2256416a08fff8835069b1c59ab31b8e
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))