diff options
author | John Audia <graysky@archlinux.us> | 2021-01-30 09:37:13 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-01 19:10:43 +0100 |
commit | d33cd383ed64f3b387c8e3111c3c0c663763c0ea (patch) | |
tree | 668da81b3039cfad9d3fa7557a8be18ccbe3f3bc /include | |
parent | 84fa59b5a80f8522239755d75d7ae51855c47fd2 (diff) | |
download | upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.tar.gz upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.tar.bz2 upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.zip |
kernel: bump 5.4 to 5.4.94
All modification made by update_kernel.sh in a fresh clone without
existing toolchains.
Build-tested: bcm27xx/bcm2711, ipq806x/R7800,
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'include')
-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 06860bc0e9..dd3c1bfbf0 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 = .93 +LINUX_VERSION-5.4 = .94 -LINUX_KERNEL_HASH-5.4.93 = d37449403664cc3b1bac96d0d9a199dbe619885cd899c0ae3108843f42e3d522 +LINUX_KERNEL_HASH-5.4.94 = c23df57db7312e9afa5ce477046e227a3c2153efbe1f29045ad23c820aad2b39 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |