diff options
author | John Audia <graysky@archlinux.us> | 2021-02-07 12:36:29 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-08 16:34:18 +0100 |
commit | f3b827a965a5e2b0c217fd131f3a8d1ba1740aa3 (patch) | |
tree | 3fd17d888d602be8b299f25b3d0e073dbe3eb9b1 /include | |
parent | db00f312d3ae700adbecc4d1b5d7476cc8ef7f92 (diff) | |
download | upstream-f3b827a965a5e2b0c217fd131f3a8d1ba1740aa3.tar.gz upstream-f3b827a965a5e2b0c217fd131f3a8d1ba1740aa3.tar.bz2 upstream-f3b827a965a5e2b0c217fd131f3a8d1ba1740aa3.zip |
kernel: bump 5.4 to 5.4.96
Ran update_kernel.sh in a fresh clone without any existing toolchains.
Build system: x86_64
Build-tested: ipq806x/R7800, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
Run-tested [*]: ramips/mt7621 (R6800, DIR-878 A1, EAP235-Wall)
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Stijn Segers <foss@volatilesystems.org> [*]
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 5861b03670..5d05c3c5ac 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 = .95 +LINUX_VERSION-5.4 = .96 -LINUX_KERNEL_HASH-5.4.95 = 030ae544f346bfa2ce619dd9e17e93d10ec393632d3b6d6cf5d1fc84b914d449 +LINUX_KERNEL_HASH-5.4.96 = f728de695ec5eb17efa15acaecc48fcd7a6c4a912b51704ed137cccf93f9f5e0 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |