aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-03-06 00:31:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-03-06 15:51:54 +0100
commit8b3d879861086fbb965f5bdb95e1286ec049c290 (patch)
tree26cf73971458b55c9d7d0a9f377d1a96aa69074b /include
parent7e1ab3b7462b11885a5b9a48804463dba465fe9a (diff)
downloadupstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.gz
upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.bz2
upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.zip
kernel: bump 5.4 to 5.4.102
Refreshed all patches. Compile-tested on: ath79, lantiq, ipq40xx, x86_64 Runtime-tested on: ipq40xx, x86_64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 9602d2b9bd..e873b2e5ac 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-5.4 = .99
+LINUX_VERSION-5.4 = .102
-LINUX_KERNEL_HASH-5.4.99 = 5bdad12c69253d30d836dd51e0b2a9a04a6749cc6b4b2412561a1efcb1351a27
+LINUX_KERNEL_HASH-5.4.102 = fd697ce1c3f6024d4ae77d4eb5a1552199407b60cb8e90bc621e23cbce639aed
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))