diff options
author | John Audia <graysky@archlinux.us> | 2021-01-27 09:41:12 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-29 14:22:09 +0100 |
commit | 2c35899d8196c3c4f02c9b788b99a8a3bbbb32d1 (patch) | |
tree | d7c1428523fa035cd8df33db81044878ea871354 /include/kernel-version.mk | |
parent | 7d12f29ae1d7337e4289baf9e6b4bf79445b0d59 (diff) | |
download | upstream-2c35899d8196c3c4f02c9b788b99a8a3bbbb32d1.tar.gz upstream-2c35899d8196c3c4f02c9b788b99a8a3bbbb32d1.tar.bz2 upstream-2c35899d8196c3c4f02c9b788b99a8a3bbbb32d1.zip |
kernel: bump 5.4 to 5.4.93
All modification made by update_kernel.sh in a fresh clone without
existing toolchains.
Build system: x86_64
Build-tested: ipq806x/R7800, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
Compile-tested [*]: ath79/{tiny,generic}, ipq40xx, octeon,
ramips/mt7621, realtek, x86/64
Run-tested [*]: ath79/generic, ipq40xx, octeon, ramips/mt7621
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Stijn Segers <foss@volatilesystems.org> [*]
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 4a61601ce5..06860bc0e9 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 = .92 +LINUX_VERSION-5.4 = .93 -LINUX_KERNEL_HASH-5.4.92 = c0937ff98824c4b14cfea68a04340e0beb3c00f1cc02984daf2f3bdf542394fd +LINUX_KERNEL_HASH-5.4.93 = d37449403664cc3b1bac96d0d9a199dbe619885cd899c0ae3108843f42e3d522 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |