diff options
author | John Audia <graysky@archlinux.us> | 2021-02-23 11:06:10 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-25 13:08:09 +0100 |
commit | 4b92663f7a9f6310c6a3042944fde4876ad9a639 (patch) | |
tree | bf96f896dabbf69481017b03ef2f44def7c5ce35 /include/kernel-version.mk | |
parent | 512229ce4967814a09ce202855e6b632d2e97a3c (diff) | |
download | upstream-4b92663f7a9f6310c6a3042944fde4876ad9a639.tar.gz upstream-4b92663f7a9f6310c6a3042944fde4876ad9a639.tar.bz2 upstream-4b92663f7a9f6310c6a3042944fde4876ad9a639.zip |
kernel: bump 5.4 to 5.4.100
Ran update_kernel.sh in a fresh clone without any existing toolchains.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
[refresh again]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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 fa70cfde3e..d4fdab1603 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,10 +6,10 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .99 +LINUX_VERSION-5.4 = .100 LINUX_VERSION-5.10 = .18 -LINUX_KERNEL_HASH-5.4.99 = 5bdad12c69253d30d836dd51e0b2a9a04a6749cc6b4b2412561a1efcb1351a27 +LINUX_KERNEL_HASH-5.4.100 = 795d681aa60822bcf4f2f6c28b4411e1b09d5ca37b85a647967649d1ab3b240a LINUX_KERNEL_HASH-5.10.18 = 3bc1ee2b1bf73b5ba936721953f3f9599fd165cef906cd5163c68d23cb9bb611 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |